Skip to main content
All docs
V23.2
Bar

BarItemSelector.ClearSelectionWhenItemsChanged Property

Gets or sets whether to unselect all items if the item collection is changed. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ClearSelectionWhenItemsChanged { get; set; }

Property Value

Type Default Description
Boolean false

true to unselect all items if the item collection is changed; otherwise, false.

See Also