Skip to main content

ExcelStyleFilterElementOperatorType Enum

Lists the values that specify the ExcelStyleFilterElementOperatorItem.OperatorType property.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum ExcelStyleFilterElementOperatorType

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

Related API Members

The following properties accept/return ExcelStyleFilterElementOperatorType values:

See Also