Gets or sets the name of the field from the data source that contains the values to bind to this item.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

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

See Also