Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public bool AllowItemClick { get; set; }

    Property Value

    Type Default Description
    Boolean False

    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