Skip to main content
All docs
V26.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.v26.1.dll

    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