Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeImage.ImageCacheKey Property

For internal use.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v20.2.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public abstract int ImageCacheKey { get; }

Property Value

Type Description
Int32

An integer value that represents a cache key under which an image is stored in the cache.

See Also