FilterControl.RootNode Property
Gets the root node of the tree, representing the filter expression.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Editors.Filtering.GroupNode | A DevExpress.Xpf.Editors.Filtering.GroupNode object representing the root node. |
See Also