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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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