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

    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