Skip to main content

GalleryItemGroupCollection.VisibleGroups Property

Returns visible groups as an ArrayList object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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