Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / ShowEditor Property


In This Topic
    ShowEditor Property
    In This Topic
    Gets or sets whether the cell type displays the editor.
    Syntax
    'Declaration
     
    
    Public Property ShowEditor As Boolean
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Boolean
     
    instance.ShowEditor = value
     
    value = instance.ShowEditor
    public bool ShowEditor {get; set;}
    See Also