Skip to main content

StepProgressBar.Images Property

Gets or sets an image collection (ImageCollection or SvgImageCollection) assigned to this control. Once an image collection is assigned, you can use the ImageIndex or SvgImageIndex properties inside ImageOptions property sections to assign icons stored in these collections to elements.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }

Property Value

Type Default Description
Object null

An image collection that stores element images.

See Also