RibbonTab.Visible Property
Gets or sets a value specifying the visibility of the current tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to show the tab; otherwise, false. |
Remarks
Use the Visible property to dynamically change the ribbon tab visibility. This property enables you to hide and display specific tabs when certain conditions are met.
To get a tab visibility on the client side, use the ASPxClientRibbonTab.GetVisible method.
See Also