Skip to main content
All docs
V25.1
  • 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.v25.1.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