Spread WPF 17
GrapeCity.Excel Namespace / ExcelFilterColumn Class / ShowButton Property


In This Topic
    ShowButton Property (ExcelFilterColumn)
    In This Topic
    Flag indicating whether the filter button is visible
    Syntax
    'Declaration
     
    Public Property ShowButton As Boolean
    'Usage
     
    Dim instance As ExcelFilterColumn
    Dim value As Boolean
     
    instance.ShowButton = value
     
    value = instance.ShowButton
    public bool ShowButton {get; set;}
    See Also