Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterState Enumeration


FilterState Enumeration
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
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