Skip to main content

TreeListShowingNodeFooterEventArgs.IsRootNode Property

Gets whether the processed node is a root node.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsRootNode { get; }

Property Value

Type Description
Boolean

true, if the processed node is the root node; otherwise, false.

See Also