Back to Devexpress

BarItemSelector.AllowEmptySelection Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemselector.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowEmptySelection { get; set; }
vb
Public Property AllowEmptySelection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

BarItemSelector Class

BarItemSelector Members

DevExpress.Xpf.Bars Namespace