Skip to main content
A newer version of this page is available. .
Tab

RibbonGalleryItem.Visible Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the item is visible; otherwise false.

Remarks

Use the Visible property to dynamically change the content of gallery items (RibbonGalleryBarItem and RibbonGalleryDropDownItem). This property enables you to hide and display specific gallery items when certain conditions are met.

ASPxRibbon_GalleryItemAndGroup

See Also