IBarItem.GetVisible Property
Specifies whether the item is visible.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.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