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

In This Topic
    Text Property (C1CheckBoxField)
    In This Topic
    Gets or sets the caption to display next to each check box in a C1CheckBoxField.
    Syntax
    'Declaration
     
    Public Overridable Property Text As System.String
    public virtual System.string Text {get; set;}
    See Also