Back to Devexpress

IRibbonTab.GetVisible Property

blazor-devexpress-dot-blazor-dot-office-dot-iribbontab-20323e60.md

latest1012 B
Original Source

IRibbonTab.GetVisible Property

Specifies whether the ribbon tab is visible.

Namespace : DevExpress.Blazor.Office

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
Func<bool> GetVisible { get; set; }

Property Value

TypeDescription
Func<Boolean>

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

|

Remarks

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

See Also

IRibbonTab Interface

IRibbonTab Members

DevExpress.Blazor.Office Namespace