Skip to main content
All docs
V25.1
  • 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.v25.1.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