Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / FilterButton Property


In This Topic
    FilterButton Property
    In This Topic
    Gets a boolean value indicating whether the FilterButton style is changed.
    Syntax
    'Declaration
     
    
    Public Property FilterButton As Boolean
    'Usage
     
    
    Dim instance As TableStateEventArgs
    Dim value As Boolean
     
    instance.FilterButton = value
     
    value = instance.FilterButton
    public bool FilterButton {get; set;}
    See Also