RibbonGroup.Visible Property
Gets or sets a value specifying the visibility of the current group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the Visible property of ribbon groups to dynamically change the content of tabs. This property enables you to hide and display specific groups when certain conditions are met.
To get a group visibility on the client side, use the ASPxClientRibbonGroup.GetVisible method.
See Also