A newer version of this page is available.
Switch to the current version.
ColumnBase.AutoFilterCriteria Property
Gets or sets the type of the filter criteria used to filter the grid data.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll
Declaration
public ClauseType? AutoFilterCriteria { get; set; }
Public Property AutoFilterCriteria As ClauseType?
Property Value
Type | Description |
---|---|
Nullable<ClauseType> | A ClauseType enumeration value that is the type of the filter criteria. |
Remarks
Use the AutoFilterCriteria property to specify the filter criteria for the current column. To learn more, refer to the Automatic Filter Row and Filter Modes and Custom Filtering topics.
NOTE
The following ClauseType types are supported:
- BeginsWith
- Contains
- DoesNotContain
- DoesNotEqual
- EndsWith
- Equals
- Greater
- GreaterOrEqual
- Less
- LessOrEqual
- Like
- NotLike
See Also
Feedback