Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterState Enumeration


In This Topic
    FilterState Enumeration
    In This Topic
    Specifies the state of filtering for the current column so the column renderer knows which filtering image to draw.
    Syntax
    'Declaration
     
    
    Public Enum FilterState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterState
    public enum FilterState : System.Enum 
    Members
    MemberDescription
    FilterActiveFiltering is active.
    FilterActiveDisabledFiltering is active, and the control is disabled.
    FilterInactiveFiltering is available, but not currently in use.
    FilterInactiveDisabledFiltering is available, but not currently in use, and the control is disabled.
    NoneFiltering is not available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.FilterState

    See Also