ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1CheckBoxField Class / DataField Property

In This Topic
    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