QueryOperandsEventArgs.DefaultOperand Property
In This Article
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 |
---|---|
Filter |
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. |
Date |
The Date |
#Remarks
See Also