Skip to main content

IBarCheckableButton.GetChecked Property

Specifies whether the check button is checked.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Func<bool> GetChecked { get; set; }

Property Value

Type Description
Func<Boolean>

A delegate method that specifies whether the check button is checked.

Remarks

Refer to the IBarCheckableButton interface description for more information and an example.

See Also