DataField Property (C1CheckBoxField)
In This Topic
Gets or sets the name of the field in the database table to which a grid column is bound.
Syntax
'Declaration
Public Overrides Property DataField As System.String
public override System.string DataField {get; set;}
See Also