Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.Count Property

    Returns the current number of images in this collection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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