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


In This Topic
    ShowEditor Property (MutuallyExclusiveCheckBoxCellType)
    In This Topic
    Gets whether to display the editor for the mutually exclusive check box cell.
    Syntax
    'Declaration
     
    
    Public Overrides Property ShowEditor As Boolean
    'Usage
     
    
    Dim instance As MutuallyExclusiveCheckBoxCellType
    Dim value As Boolean
     
    instance.ShowEditor = value
     
    value = instance.ShowEditor
    public override bool ShowEditor {get; set;}

    Property Value

    Boolean: true to display the editor; false otherwise
    See Also