Back to Devexpress

DXTreeView.SelectedItem Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-9753c234.md

latest938 B
Original Source

DXTreeView.SelectedItem Property

Gets or sets the selected item. This is a bindable property.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public object SelectedItem { get; set; }

Property Value

TypeDescription
System.Object

An object that specifies an item in the Tree View’s underlying data source.

|

Remarks

For more information, refer to the following help topic: Node Selection in Tree View for .NET MAUI.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace