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

QueryFieldsEventArgs.Fields Property

Gets or sets the fields displayed within the field list.

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 Fields { get; }

Property Value

Type Description
FieldList

The fields displayed within the field list.

Remarks

The FilterEditorControl shows a list of the GridControl‘s fields. If the GridControl has Bands, the FilterEditorControl shows fields in a hierarchical structure:

See Also