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

FilterEditorControl.RootNode Property

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

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public GroupNodeModel RootNode { get; }

Property Value

Type Description
DevExpress.Xpf.Core.FilteringUI.GroupNodeModel

A DevExpress.Xpf.Core.FilteringUI.GroupNodeModel object representing the root node.

See Also