Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / CheckBoxEditor Class / Text Property


In This Topic
    Text Property (CheckBoxEditor)
    In This Topic
    Gets or sets the text label associated with the check box editor control.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As CheckBoxEditor
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text
    See Also