Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / EnableSubEditor Property


In This Topic
    EnableSubEditor Property (EditBaseCellType)
    In This Topic
    Gets or sets whether the SubEditor is available.
    Syntax
    'Declaration
     
    
    Public Property EnableSubEditor As Boolean
    'Usage
     
    
    Dim instance As EditBaseCellType
    Dim value As Boolean
     
    instance.EnableSubEditor = value
     
    value = instance.EnableSubEditor
    public bool EnableSubEditor {get; set;}
    See Also