Skip to main content
A newer version of this page is available. .

QueryOperandFieldsEventArgs.OperandFields Property

Gets or sets fields that are displayed when the Property operand is selected.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public FieldList OperandFields { get; }

Property Value

Type Description
FieldList

A list of fields that are displayed when the property operand is selected.

Remarks

End users can choose the Property operand type …

… and select a required field in the field list:

See Also