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

QueryOperandsEventArgs.DefaultOperand Property

Gets or sets an operand that is selected in the operand menu when users create a new filter condition.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

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

Declaration

public FilterEditorOperandType DefaultOperand { get; set; }

Property Value

Type Description
FilterEditorOperandType

An operand that is selected in the operand menu when users create a new filter condition.

Available values:

Name Description
Value

The Value operand.

Property

The Property operand.

Parameter

For internal use.

DateTimeFunction

The DateTime function operand.

Remarks

See Also