Skip to main content
All docs
V25.1
  • StepProgressBar.DrawConnectors Property

    Gets or sets whether the control should draw connectors between neighboring items. See the StepProgressBar class description for information on other available connector settings.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(true)]
    [DXCategory("Appearance")]
    public bool DrawConnectors { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true, to draw connector lines; otherwise, false.

    See Also