Skip to main content
A newer version of this page is available. .

IBarItem.GetVisible Property

Specifies whether the item is visible.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Func<bool> GetVisible { get; set; }

Property Value

Type Description
Func<Boolean>

A delegate method that specifies whether the item is visible.

Remarks

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

See Also