FilterControlOperationVisibilityEventArgs.Operation Property
Gets the comparison operator type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ClauseType Operation { get; }
#Property Value
Type | Description |
---|---|
Clause |
One of the Clause |
Available values:
Name | Description |
---|---|
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. |
In |
|
Not |
|
Between | Specifies the Between filter criteria. |
Not |
Specifies the Not Between 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. |
Is |
Specifies the Is Null filter criteria. |
Is |
Specifies the Is Not Null filter criteria. |
Any |
Specifies the Any Of filter criteria. |
None |
Specifies the None Of filter criteria. |
Is |
Specifies the Is Null Or Empty filter criteria. |
Is |
Specifies the Is Not Null Or Empty filter criteria. |
In |
|
Not |
|
Is |
Specifies the Is Beyond This Year filter criteria. |
Is |
Specifies the Is Later This Year filter criteria. |
Is |
Specifies the Is Later This Month filter criteria. |
Is |
Specifies the Is Next Week filter criteria. |
Is |
Specifies the Is Later This Week filter criteria. |
Is |
Specifies the Is Tomorrow filter criteria. |
Is |
Specifies the Is Today filter criteria. |
Is |
Specifies the Is Yesterday filter criteria. |
Is |
Specifies the Is Earlier This Week filter criteria. |
Is |
Specifies the Is Last Week filter criteria. |
Is |
Specifies the Is Earlier This Month filter criteria. |
Is |
Specifies the Is Earlier This Year filter criteria. |
Is |
Specifies the Is Prior This Year filter criteria. |
Function |