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

GalleryItemGroupCollection.VisibleGroupsCount Property

Gets the number of visible groups within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public int VisibleGroupsCount { get; }

Property Value

Type Description
Int32

An integer which specifies the number of visible groups.

Remarks

This property returns the number of groups which have the GalleryItemGroup.Visible property set to true. To get the total number of groups within the collection, use the Count property.

See Also