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

FilterControl.RootNode Property

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

Namespace: DevExpress.Xpf.Editors.Filtering

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

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