Back to Devexpress

DXTreeView.AllowDeselectSingleItem Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-5c4c208f.md

latest1.0 KB
Original Source

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

csharp
public bool AllowDeselectSingleItem { get; set; }

Property Value

TypeDescription
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

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace