Skip to main content
A newer version of this page is available. .

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.v20.2.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