Gets or sets the name of the field in the database table to which a grid column is bound.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(DataSourceBooleanViewSchemaConverter))] public override string DataField { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(DataSourceBooleanViewSchemaConverter))> _ Public Overrides Property DataField As String Get Set |