Skip to main content
Bar

BarSplitCheckItem.AllowUncheckInGroup Property

Gets or sets whether a checked item that belongs to a group can be unchecked by clicking this item. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowUncheckInGroup { get; set; }

Property Value

Type Description
Boolean

true, if a checked item that belongs to a group can be unchecked by clicking this item; otherwise, false.

Remarks

If the AllowUncheckInGroup property is false, once the BarSplitCheckItem is checked, users will be able to uncheck it only by clicking another BarSplitCheckItem from the same group.

To combine multiple BarSplitCheckItem into a group, use the BarSplitCheckItem.GroupIndex property.

See Also