Skip to main content
All docs
V25.1
  • IBarCheckableButton.GetChecked Property

    Specifies whether the check button is checked.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.1.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