Skip to main content
All docs
V25.1
  • StepProgressBarItemOptions.Indicator Property

    Provides access to settings that affect item indicator(s).

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Properties")]
    public StepProgressBarIndicatorOptions Indicator { get; }

    Property Value

    Type Description
    StepProgressBarIndicatorOptions

    Stores settings that affect item indicator(s).

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Indicator
    StepProgressBarItem
    .Options .Indicator
    See Also