AllowedBinaryFilters Enum
Lists the possible binary filters that the GridControl‘s column supports.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
There are no allowed binary filters. |
Equals
|
Specifies the Equals filter criteria. |
Does
|
Specifies the Does Not Equal filter criteria. |
Greater
|
Specifies the Greater filter criteria. |
Greater
|
Specifies the Greater Or Equal filter criteria. |
Less
|
Specifies the Less filter criteria. |
Less
|
Specifies the Less Or Equal filter criteria. |
Contains
|
Specifies the Contains filter criteria. |
Does
|
Specifies the Does Not Contain filter criteria. |
Begins
|
Specifies the Begins With filter criteria. |
Ends
|
Specifies the Ends With filter criteria. |
Like
|
Specifies the Like filter criteria. |
Not
|
Specifies the Not Like filter criteria. |
All
|
All binary filters are allowed. |
#Related API Members
The following properties accept/return AllowedBinaryFilters values:
#Remarks
This enumeration has the FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration is used by the ColumnBase.AllowedBinaryFilters property.