Back to Devexpress

DXToggleButton.AllowUncheckInGroup Property

maui-devexpress-dot-maui-dot-core-dot-dxtogglebutton-dd3b61a6.md

latest896 B
Original Source

DXToggleButton.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.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public bool AllowUncheckInGroup { get; set; }

Property Value

TypeDescription
Boolean

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

|

See Also

DXToggleButton Class

DXToggleButton Members

DevExpress.Maui.Core Namespace