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

In This Topic
    DataTextFormatString 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 DataTextFormatString As System.String
    public virtual System.string DataTextFormatString {get; set;}
    See Also