Skip to main content
A newer version of this page is available. .
Bar

BarSplitCheckItem.AllowUncheckInGroup Property

Gets or sets whether or not 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.v18.2.dll

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, end-users will be able to uncheck it only by clicking another BarSplitCheckItem from the same group.

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

See Also