GalleryItemGroupCollection.VisibleGroups Property
Returns visible groups as an ArrayList object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ArrayList | An ArrayList object that contains visible groups. |
Remarks
This property returns a list of visible groups. A group is visible if its GalleryItemGroup.Visible property is set to true.
To access all groups within the collection, use the GalleryItemGroupCollection.Item indexer.
See Also