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
public bool AllowDeselectSingleItem { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also