Skip to main content
A newer version of this page is available. .

SharedImageCollection.InstanceCount Property

Gets the number of existing SharedImageCollection instances.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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