Skip to main content
All docs
V23.2
Bar

BarItemSelector.AllowEmptySelection Property

Gets or sets whether users can click the selected item to unselect it. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowEmptySelection { get; set; }

Property Value

Type Default Description
Boolean false

true if users can click the selected item to unselect it; otherwise, false.

See Also