Skip to main content

Images.Keys Property

Gets the collection of names assigned to the images in the current collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

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

Declaration

public StringCollection Keys { get; }

Property Value

Type Description
StringCollection

A StringCollection of names assigned to the images in the current collection.

See Also