Skip to main content
All docs
V25.2
  • 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

    public object SelectedItem { get; set; }

    Property Value

    Type Description
    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