Gets or sets the name of the field in the database table to which a grid column is bound.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
public virtual string DataField { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
Public Overridable Property DataField As String
	Get
	Set

See Also