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

GalleryItemGroupCollection.VisibleGroups Property

Returns visible groups as an ArrayList object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ArrayList VisibleGroups { get; }

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