Back to Devexpress

IBarItem.GetVisible Property

blazor-devexpress-dot-blazor-dot-office-dot-ibaritem-44c68158.md

latest986 B
Original Source

IBarItem.GetVisible Property

Specifies whether the item 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 item is visible.

|

Remarks

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

See Also

IBarItem Interface

IBarItem Members

DevExpress.Blazor.Office Namespace