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