Skip to main content

IBarItem.GetEnabled Property

Specifies whether the item is enabled.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Func<bool> GetEnabled { get; set; }

Property Value

Type Description
Func<Boolean>

A delegate method that specifies whether the item is enabled.

Remarks

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

See Also