Skip to main content
All docs
V26.1
  • FieldItem.Children Property

    Gets or sets a hierarchy of field items.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public IList<FieldItem> Children { get; set; }

    Property Value

    Type Description
    IList<FieldItem>

    A hierarchy of field items.

    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