Back to Devexpress

StepProgressBar.ShowProgress Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-bc74ebc4.md

latest1.3 KB
Original Source

StepProgressBar.ShowProgress Property

Gets or sets whether to display the progress line. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ShowProgress { get; set; }
vb
Public Property ShowProgress As Boolean

Property Value

TypeDescription
Boolean

true to display the progress line; otherwise, false.

|

Remarks

Use the ShowProgress property to display or hide the progress line for a StepProgressBar.

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace