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.v19.1.Core.dll

Declaration

public ExcelStyleFilterElementOperatorType? OperatorType { get; }

Property Value

Type Description
Nullable<ExcelStyleFilterElementOperatorType>

The operator’s type.

Available values:

Show 36 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
NotLike
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.

See Also