Skip to main content
All docs
V25.2
  • DXTreeView.AllowDeselectSingleItem Property

    Gets or sets whether a user can deselect a previously selected node. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public bool AllowDeselectSingleItem { get; set; }

    Property Value

    Type Description
    Boolean

    true to allow users to deselect nodes; otherwise, false.

    Remarks

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

    See Also