Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / FilterState Property


In This Topic
    FilterState Property
    In This Topic
    Gets or sets the filtering state.
    Syntax
    'Declaration
     
    
    Public Property FilterState As FilterState
    'Usage
     
    
    Dim instance As Appearance
    Dim value As FilterState
     
    instance.FilterState = value
     
    value = instance.FilterState
    public FilterState FilterState {get; set;}
    See Also