GalleryItemGroupCollection.VisibleGroupsCount Property
Gets the number of visible groups within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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