IBarItem.GetVisible Property
In This Article
Specifies whether the item is visible.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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