Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: 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