Skip to main content
A newer version of this page is available. .

ExcelStyleFilterElementOperatorItem.OperatorType Property

Gets the operator’s type.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ExcelStyleFilterElementOperatorType? OperatorType { get; }

Property Value

Type Description
Nullable<ExcelStyleFilterElementOperatorType>

The operator’s type.

Available values:

Show 43 items
Name Description
Equal

The Equal operator.

NotEqual

The NotEqual operator.

Greater

The Greater operator.

GreaterOrEqual

The GreaterOrEqual operator.

Less

The Less operator.

LessOrEqual

The LessOrEqual operator.

Between

The Between operator.

NotBetween

The NotBetween 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.

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.

Predefined

The Predefined operator.

DateOperators

The DateOperators operator.

FormatConditions
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.

See Also