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

In This Topic
    DataField Property (C1FilterField)
    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 Overridable Property DataField As System.String
    public virtual System.string DataField {get; set;}
    See Also