Skip to main content

SharedImageCollection.InstanceCount Property

Gets the number of existing SharedImageCollection instances.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Int32

An integer value that is the number of existing SharedImageCollection instances.

See Also