Spread Windows Forms 8.0 Product Documentation
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
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

FarPoint.Win.Spread Namespace
FilterState Property (Appearance Class)

User-Task Documentation

Managing Filtering of Rows

 

 


Copyright © GrapeCity, inc. All rights reserved.