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

FilterEditorOperandType Enum

Lists the values that specify the QueryOperandsEventArgs.DefaultOperan property.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public enum FilterEditorOperandType

Members

Name Description
Value

The Value operand.

Property

The Property operand.

Parameter

For internal use.

DateTimeFunction

The DateTime function operand.

Related API Members

The following properties accept/return FilterEditorOperandType values:

Remarks

See Also