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

TreeListShowingNodeFooterEventArgs.IsRootNode Property

Gets whether the processed node is a root node.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public bool IsRootNode { get; }

Property Value

Type Description
Boolean

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

See Also