Skip to main content

ImageCollection<TImage, TInfo>.Count Property

Returns the current number of images in this collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public int Count { get; }

Property Value

Type Description
Int32

The image number.

See Also