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

In This Topic
    Text Property (C1ButtonField)
    In This Topic
    Gets or sets the static caption that is displayed for each button in the C1ButtonField object.
    Syntax
    'Declaration
     
    Public Overridable Property Text As System.String
    public virtual System.string Text {get; set;}
    See Also