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

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Property Value

    Type
    StepProgressBarCommonItemOptions
    See Also