ImageCollection<TImage, TInfo>.Keys Property
Returns names for all images kept in this collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<String> | An IEnumerable object that stores all image names. |
See Also