Back to Devexpress

StepProgressBar.DrawConnectors Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-1f017825.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool DrawConnectors { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property DrawConnectors As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to draw connector lines; otherwise, false.

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace