Skip to main content
All docs
V26.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.v26.1.dll

    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