Skip to main content

ChoiceChipGroup.AllowDeselect Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool AllowDeselect { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also