FilterEditorControl.QueryOperandFields Event
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.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Event Data
The QueryOperandFields event's data class is QueryOperandFieldsEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
DefaultOperandField | Gets or sets a default field in the field list when the Property operand is selected. |
OperandFields | Gets or sets fields that are displayed when the Property operand is selected. |
ShowSearchPanel | 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