Skip to main content
All docs
V24.2

DxRibbonElementBase<TRibbonItemRenderer>.Visible Property

Specifies ribbon item visibility.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
[Parameter]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true to show an item; otherwise, false.

Remarks

Disable the Visible property to hide the ribbon item.

See Also