| Visual Basic (Declaration) | |
|---|---|
Public Enum FilterState Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum FilterState : Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.FilterState
Reference
FarPoint.Win.Spread NamespaceFilterState Property (Appearance Class)