FarPoint.Win.Spread
FilterState Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : FilterState Enumeration


Specifies the state of filtering for the current column so the column renderer knows which filtering image to draw.

Syntax

Visual Basic (Declaration) 
Public Enum FilterState 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FilterState
C# 
public enum FilterState : Enum 

Members

MemberDescription
None Filtering is not available.
FilterActive Filtering is active.
FilterInactive Filtering is available, but not currently in use.
FilterActiveDisabled Filtering is active, and the control is disabled.
FilterInactiveDisabled Filtering is available, but not currently in use, and the control is disabled.

Inheritance Hierarchy

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

See Also