Skip to main content
A newer version of this page is available.
All docs
V18.2

SvgImageCollection.Keys Property

Returns names for all images kept in this SvgImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public IEnumerable<string> Keys { get; }

Property Value

Type Description
IEnumerable<String>

An IEnumerable object that stores all image names.

See Also