FilterEditorOperatorType Enum
Lists the values that specify the FilterEditorOperatorItem.OperatorType property.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
Equal
|
The Equal operator. |
NotEqual
|
The NotEqual operator. |
Greater
|
The Greater operator. |
GreaterOrEqual
|
The GreaterOrEqual operator. |
Less
|
The Less operator. |
LessOrEqual
|
The LessOrEquals operator. |
Between
|
The Between operator. |
NotBetween
|
The NotBetween operator. |
AnyOf
|
The AnyOf operator. |
NoneOf
|
The NoneOf operator. |
IsNull
|
The IsNull operator. |
IsNotNull
|
The IsNotNull operator. |
Contains
|
The Contains operator. |
DoesNotContain
|
The DoesNotContain operator. |
StartsWith
|
The StartsWith operator. |
EndsWith
|
The EndsWith operator. |
IsNullOrEmpty
|
The IsNullOrEmpty operator. |
IsNotNullOrEmpty
|
The IsNotNullOrEmpty operator. |
IsOnDate
|
The IsOnDate operator. |
IsNotOnDate
|
The IsNotOnDate operator. |
Like
|
The Like operator. |
NotLike
|
The Not Like operator. |
BetweenDates
|
The BetweenDates operator. |
BetweenTimes
|
|
IsOnDates
|
The IsOnDates operator. |
IsBeyondThisYear
|
The IsBeyondThisYear operator. |
IsLaterThisYear
|
The IsLaterThisYear operator. |
IsLaterThisMonth
|
The IsLaterThisMonth operator. |
IsNextWeek
|
The IsNextWeek operator. |
IsLaterThisWeek
|
The IsLaterThisWeek operator. |
IsTomorrow
|
The IsTomorrow operator. |
IsToday
|
The IsToday operator. |
IsYesterday
|
The IsYesterday operator. |
IsEarlierThisWeek
|
The IsEarlierThisWeek operator. |
IsLastWeek
|
The IsLastWeek operator. |
IsEarlierThisMonth
|
The IsEarlierThisMonth operator. |
IsEarlierThisYear
|
The IsEarlierThisYear operator. |
IsPriorThisYear
|
The IsPriorThisYear operator. |
IsSameDay
|
The IsSameDay operator. |
IsJanuary
|
The IsJanuary operator. |
IsFebruary
|
The IsFebruary operator. |
IsMarch
|
The IsMarch operator. |
IsApril
|
The IsApril operator. |
IsMay
|
The IsMay operator. |
IsJune
|
The IsJune operator. |
IsJuly
|
The IsJuly operator. |
IsAugust
|
The IsAugust operator. |
IsSeptember
|
The IsSeptember operator. |
IsOctober
|
The IsOctober operator. |
IsNovember
|
The IsNovember operator. |
IsDecember
|
The IsDecember operator. |
Top
|
The Top operator. |
Bottom
|
The Bottom operator. |
AboveAverage
|
The Above Average operator. |
BelowAverage
|
The Below Average operator. |
Unique
|
The Unique operator. |
Duplicate
|
The Duplicate operator. |
Exists
|
The Exists operator. |
Count
|
The Count operator. |
Max
|
The Max operator. |
Min
|
The Min operator. |
Avg
|
The Average operator. |
Sum
|
The Sum operator. |
Single
|
|
Custom
|
|
BeforeMidday
|
Filters records that occur before 12:00 PM. |
AfterMidday
|
Filters records that occur after 12:00 PM. |
ThisHour
|
Filters records that occur during the current hour. |
NextHour
|
Filters records that occur during the next hour. |
LastHour
|
Filters records that occurred during the previous hour. |
IsMorning
|
Filters records that occur between 6:00 AM and 12:00 PM. |
IsAfternoon
|
Filters records that occur between 12:00 PM and 6:00 PM. |
IsEvening
|
Filters records that occur between 6:00 PM and 9:00 PM. |
IsNight
|
Filters records that occur between 9:00 PM and 6:00 AM. |
IsWorkTime
|
Filters records that occur during work hours (9:00 AM to 5:00 PM). |
IsFreeTime
|
Filters records that occur outside of work hours (9:00 AM to 5:00 PM). |
IsLunchTime
|
Filters records that occur during lunch time (12:00 PM to 1:00 PM). |
IsSameHour
|
Filters records that occur exactly at the specified hour (e.g., 2 PM). |
IsSameTime
|
Filters records that occur within the same time of day (hour and minute). |
Related API Members
The following properties accept/return FilterEditorOperatorType values: