DxRibbonElementBase<TRibbonItemRenderer>.Visible Property
In This Article
Specifies ribbon item visibility.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(true)]
[Parameter]
public bool Visible { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Disable the Visible
property to hide the ribbon item.
See Also