Back to Devexpress

StepProgressBar.ActualShowProgress Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-4fb9244d.md

latest1.3 KB
Original Source

StepProgressBar.ActualShowProgress Property

Gets whether the progress line is visible.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ActualShowProgress { get; }
vb
Public ReadOnly Property ActualShowProgress As Boolean

Property Value

TypeDescription
Boolean

true, if the progress line is visible; 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