Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / ShowDropDownButton Property


In This Topic
    ShowDropDownButton Property
    In This Topic
    Gets a value indicating whether the filter drop down button is shown. AutoFilter in table has this property.
    Syntax
    'Declaration
     
    
    ReadOnly Property ShowDropDownButton As Boolean
    'Usage
     
    
    Dim instance As IAutoFilterOwner
    Dim value As Boolean
     
    value = instance.ShowDropDownButton
    bool ShowDropDownButton {get;}

    Property Value

    true if the filter drop down button is shown; otherwise, false.
    See Also