Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MutuallyExclusiveCheckBoxCellType Class / Text Property
Example


In This Topic
    Text Property (MutuallyExclusiveCheckBoxCellType)
    In This Topic
    Gets or sets the text of the mutually exclusive check box.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As MutuallyExclusiveCheckBoxCellType
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text
    Example
    This example creates four check boxes that uncheck themselves if another is checked.
    See Also