Back to Devexpress

ITreeViewNodeInfo Properties

blazor-devexpress-dot-blazor-dot-itreeviewnodeinfo-dot-underscore-properties.md

latest2.2 KB
Original Source

ITreeViewNodeInfo Properties

Provides information about a node.

NameDescription
CheckedReturns whether the node is checked.
ChildrenReturns child nodes of the current node.
DataItemReturns the data item that is bound to the node.
EnabledReturns whether the node is enabled.
ExpandedReturns whether the TreeView node is expanded.
FilterInfoReturns information about the filter.
IconCssClassReturns the CSS class of the icon displayed by the node.
IconUrlReturns URL of the TreeView node’s icon.
IsLeafReturns whether the processed node has zero child nodes.
LevelReturns the nesting level of the current node.
NameReturns the unique identifier name of the current node.
NavigateUrlReturns the navigation location for the node.
ParentReturns information about a parent node.
TargetSpecifies the target attribute’s value for the node.
TextReturns the node text content.
VisibleReturns whether the node is visible.

See Also

ITreeViewNodeInfo Interface

ITreeViewNodeInfo Members

DevExpress.Blazor Namespace