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

FilterEditorControl.RootNode Property

For internal use.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GroupNodeModel RootNode { get; }

Property Value

Type Description
DevExpress.Xpf.Core.FilteringUI.GroupNodeModel

The root node of the tree representing the filter expression.

See Also