Skip to main content

GalleryItemCollection.Count Property

Gets the actual number of items in the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An Int32 value that specifies the number of items in the collection.

See Also