Version

FilterUIType Enumeration

An enumeration that describes which Filtering UI will be used.
Syntax
'Declaration
 
Public Enum FilterUIType 
   Inherits System.Enum
public enum FilterUIType : System.Enum 
Members
MemberDescription
FilterMenuThe FilterMenu will be available in the HeaderCell. The Infragistics.Controls.Grids.Primitives.FilterRow will not be used.
FilterRowBottomThe Infragistics.Controls.Grids.Primitives.FilterRow will be displayed at the bottom of the row island. The Filter Menu will not be used.
FilterRowTopThe Infragistics.Controls.Grids.Primitives.FilterRow will be displayed at the top of the row island. The Filter Menu will not be used.
NoneA Filtering UI will not be displayed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also