ImageCollectionImageOptions.ImageIndex Property
Gets or sets the index of the image in the Images
collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DXCategory("Appearance")]
[ImageList("Images")]
public virtual int ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The index of the image in the |
See Also