Back to Devexpress

StepProgressBarIndicatorOptions.InactiveStateImageOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbarindicatoroptions-bee23663.md

latest1.7 KB
Original Source

StepProgressBarIndicatorOptions.InactiveStateImageOptions Property

Gets or sets the indicator image. This image is displayed only when the item is inactive.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public ImageListImageOptions InactiveStateImageOptions { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property InactiveStateImageOptions As ImageListImageOptions

Property Value

TypeDescription
DevExpress.Utils.ImageListImageOptions

Provides access to properties that allow you to set up raster or vector images.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to InactiveStateImageOptions
StepProgressBarItemOptions

.Indicator .InactiveStateImageOptions

|

See Also

StepProgressBarIndicatorOptions Class

StepProgressBarIndicatorOptions Members

DevExpress.XtraEditors Namespace