TreeNode.Item Property
In This Article
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
C#
public object Item { get; set; }
#Property Value
Type | Description |
---|---|
System. |
The collection of tree view items. |
#Remarks
When you specify the ItemsSource property, the Item
object contains the corresponding item data.
See Also