Back to Devexpress

DXCollectionView.AllowDeselectSingleItem Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-369b03e4.md

latest964 B
Original Source

DXCollectionView.AllowDeselectSingleItem Property

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

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool AllowDeselectSingleItem { get; set; }

Property Value

TypeDescription
Boolean

true to allow users to deselect the item; otherwise, false.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace