Xceed.Silverlight.Data.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace : FilterMode Enumeration |
Public Enum FilterMode Inherits System.Enum
Dim instance As FilterMode
public enum FilterMode : System.Enum
Member | Description |
---|---|
And | The data items will be filtered according to all the filtering criteria defined by each column. If a data item matches all the criteria, it will be included. |
Or | The data items will be filtered according to at least one of the filtering criteria defined by the columns. If a data item matches at least one criteria, it will be included. |
System.Object
System.ValueType
System.Enum
Xceed.Silverlight.Controls.FilterMode
Target Platforms: Windows 7, 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