Skip to main content

FilterControl.RootNode Property

Gets the root node of the tree, representing the filter expression.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public GroupNode RootNode { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.Filtering.GroupNode

A DevExpress.Xpf.Editors.Filtering.GroupNode object representing the root node.

See Also