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

In This Topic
    DataTextField Property (C1ButtonField)
    In This Topic
    Gets or sets the field name from a data source to bind to the C1ButtonField.
    Syntax
    'Declaration
     
    Public Overridable Property DataTextField As System.String
    public virtual System.string DataTextField {get; set;}
    See Also