Skip to main content
A newer version of this page is available. .

StepProgressBarItemContentBlock.InactiveStateImageOptions Property

Allows you to assign a vector or raster image that this content block shows when a parent item is Inactive.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public ImageListImageOptions InactiveStateImageOptions { get; }

Property Value

Type Description
DevExpress.Utils.ImageListImageOptions

Provides access to image-related settings.

See Also