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


In This Topic
    Key Property
    In This Topic
    Gets or sets the key to associate mutually exclusive check boxes.
    Syntax
    'Declaration
     
    
    Public Property Key As String
    'Usage
     
    
    Dim instance As MutuallyExclusiveCheckBoxCellType
    Dim value As String
     
    instance.Key = value
     
    value = instance.Key
    public string Key {get; set;}

    Property Value

    String containing the key
    Remarks
    This property determines the unique key to use to associate checkboxes. This key does not respect INamingContainer renaming.
    Example
    This example creates four check boxes that uncheck themselves if another is checked.
    See Also