Skip to main content
Tab

RibbonItemBase.Visible Property

Gets or sets a value specifying the visibility of the current item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, to show the item; otherwise, false.

Remarks

Use the Visible property of ribbon items to dynamically change the content of groups. This property enables you to hide and display specific items when certain conditions are met.

To get an item visibility on the client side, use the ASPxClientRibbonItem.GetVisible method.

See Also