Back to Devexpress

StepProgressBar.AllowItemClick Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-8e30fb95.md

latest1.4 KB
Original Source

StepProgressBar.AllowItemClick Property

Gets or sets whether users can interact with items in the StepProgressBar. 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 AllowItemClick { get; set; }
vb
Public Property AllowItemClick As Boolean

Property Value

TypeDefaultDescription
BooleanFalse

true to allow users to interact with items in the StepProgressBar; otherwise, false.

|

Remarks

Refer to the following section for more information: Create a StepProgressBar

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace