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

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.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
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