Back to Devexpress

GalleryItem.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-3f747d72.md

latest1.1 KB
Original Source

GalleryItem.Visible Property

Gets or sets whether the gallery item is visible.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

A Boolean value that specifies whether the gallery item is visible.

|

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace