RibbonGalleryItem.Visible Property
Gets or sets a value specifying the visibility of the current gallery item.
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 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.
See Also