Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / ShowLabel Property


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