Skip to main content

IRibbonTab.GetVisible Property

Specifies whether the ribbon tab is visible.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Func<bool> GetVisible { get; set; }

Property Value

Type Description
Func<Boolean>

A delegate method that specifies whether the ribbon tab is visible.

Remarks

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

See Also