Back to Devexpress

RibbonGroup.Visible Property

aspnet-devexpress-dot-web-dot-ribbongroup-d356992a.md

latest1.6 KB
Original Source

RibbonGroup.Visible Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to show the group; otherwise, false.

|

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

GetVisible

Ribbon

RibbonGroup Class

RibbonGroup Members

DevExpress.Web Namespace