Skip to main content

TreeNode.Item Property

Gets or sets a data item of the DXTreeView node. This is a bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public object Item { get; set; }

Property Value

Type Description
Object

The collection of tree view items.

Remarks

When you specify the ItemsSource property, the Item object contains the corresponding item data.

See Also