ShowValueEditorEventArgs.Operation Property
Gets the operation of the current node.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| ClauseType | A ClauseType value that specifies the current operation. |
Available values:
| Name | Description |
|---|---|
| Equals | Specifies the Equals filter criteria. |
| DoesNotEqual | Specifies the Does Not Equal filter criteria. |
| Greater | Specifies the Greater filter criteria. |
| GreaterOrEqual | Specifies the Greater Or Equal filter criteria. |
| Less | Specifies the Less filter criteria. |
| LessOrEqual | Specifies the Less Or Equal filter criteria. |
| InRange | Specifies the In Range filter criteria. |
| NotInRange | |
| Between | Specifies the Between filter criteria. |
| NotBetween | Specifies the Not Between filter criteria. |
| Contains | Specifies the Contains filter criteria. |
| DoesNotContain | Specifies the Does Not Contain filter criteria. |
| BeginsWith | Specifies the Begins With filter criteria. |
| EndsWith | Specifies the Ends With filter criteria. |
| Like | Specifies the Like filter criteria. |
| NotLike | Specifies the Not Like filter criteria. |
| IsNull | Specifies the Is Null filter criteria. |
| IsNotNull | Specifies the Is Not Null filter criteria. |
| AnyOf | Specifies the Any Of filter criteria. |
| NoneOf | Specifies the None Of filter criteria. |
| IsNullOrEmpty | Specifies the Is Null Or Empty filter criteria. |
| IsNotNullOrEmpty | Specifies the Is Not Null Or Empty filter criteria. |
| InDateRange | Specifies the In Date Range filter criteria. |
| NotInDateRange | |
| InTimeRange | Specifies the In Time Range filter criteria. |
| OutOfTimeRange | Specifies the Out Of Time Range filter criteria. |
| IsBeyondThisYear | Specifies the Is Beyond This Year filter criteria. |
| IsLaterThisYear | Specifies the Is Later This Year filter criteria. |
| IsLaterThisMonth | Specifies the Is Later This Month filter criteria. |
| IsNextWeek | Specifies the Is Next Week filter criteria. |
| IsLaterThisWeek | Specifies the Is Later This Week filter criteria. |
| IsTomorrow | Specifies the Is Tomorrow filter criteria. |
| IsToday | Specifies the Is Today filter criteria. |
| IsYesterday | Specifies the Is Yesterday filter criteria. |
| IsEarlierThisWeek | Specifies the Is Earlier This Week filter criteria. |
| IsLastWeek | Specifies the Is Last Week filter criteria. |
| IsEarlierThisMonth | Specifies the Is Earlier This Month filter criteria. |
| IsEarlierThisYear | Specifies the Is Earlier This Year filter criteria. |
| IsPriorThisYear | Specifies the Is Prior This Year filter criteria. |
| Function |