Gets or sets the name of the field from the data source that contains the values to bind to this item. Default value is an empty string

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

Syntax

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

Property Value

Type: String

See Also