Gets or sets the name of the field from the data source that contains the values to bind to the SourceFile property of an ImageElement object.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property DataImageFileField As String
C#
public string DataImageFileField { get; set; }
Visual C++
public:
property String^ DataImageFileField {
	String^ get ();
	void set (String^ value);
}