Back to Devexpress

BarCheckItem.AllowUncheckInGroup Property

wpf-devexpress-dot-xpf-dot-bars-dot-barcheckitem-3d14561b.md

latest1.5 KB
Original Source

BarCheckItem.AllowUncheckInGroup Property

Gets or sets whether a checked item can be unchecked, when it belongs to a group. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowUncheckInGroup { get; set; }
vb
Public Property AllowUncheckInGroup As Boolean

Property Value

TypeDescription
Boolean

true if a checked item can be unchecked, when it belongs to a group; otherwise, false.

|

Remarks

Items can be combined into a group via the BarCheckItem.GroupIndex property. When items belong to a group, only one item at a time can be checked. The AllowUncheckInGroup property specifies whether a checked item that belongs to a group can be unchecked.

See Also

GroupIndex

BarCheckItem Class

BarCheckItem Members

DevExpress.Xpf.Bars Namespace