FilterEditorControl.QueryOperandFields Event
In This Article
Allows you to customize the list of fields that are displayed when the Property operand is selected.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public event EventHandler<QueryOperandFieldsEventArgs> QueryOperandFields
#Event Data
The QueryOperandFields event's data class is QueryOperandFieldsEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Default |
Gets or sets a default field in the field list when the Property operand is selected. |
Operand |
Gets or sets fields that are displayed when the Property operand is selected. |
Show |
Gets or sets whether to show the search panel in the field list. |
#Remarks
End users can choose the Property operand type …
… and select a required field in the field list:
See Also