Back to Devexpress

ToolbarToggleButton.AllowUncheckInGroup Property

maui-devexpress-dot-maui-dot-controls-dot-toolbartogglebutton-b7c25baa.md

latest935 B
Original Source

ToolbarToggleButton.AllowUncheckInGroup Property

Gets or sets whether you can uncheck toggle button within their group. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public bool AllowUncheckInGroup { get; set; }

Property Value

TypeDescription
Boolean

true if toggle buttons within their group can be unchecked; otherwise, false.

|

See Also

ToolbarToggleButton Class

ToolbarToggleButton Members

DevExpress.Maui.Controls Namespace