Skip to main content

StepProgressBar.ItemOptions Property

Provides access to settings that affect all items owned by this control. You can override these global settings for individual items: use the StepProgressBarItem.Options property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public StepProgressBarCommonItemOptions ItemOptions { get; }

Property Value

Type
StepProgressBarCommonItemOptions
See Also