Skip to main content

FilterEditorOperatorType Enum

Lists the values that specify the FilterEditorOperatorItem.OperatorType property.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum FilterEditorOperatorType

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.

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.

Related API Members

The following properties accept/return FilterEditorOperatorType values:

See Also