Skip to main content
All docs
V24.1

IToolbarItem.GetEnabled Property

Specifies a function that determines whether the item is enabled.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

Func<bool> GetEnabled { get; set; }

Property Value

Type Description
Func<Boolean>

A function that returns True if an item is enabled; otherwise, false.

See Also