Skip to main content
All docs
V25.1
  • StepProgressBarItemClickEventArgs.IsMouseClick Property

    Gets whether the StepProgressBarItem was clicked with the mouse.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool IsMouseClick { get; }

    Property Value

    Type Description
    Boolean

    true if the StepProgressBarItem was clicked with the mouse; otherwise, false.

    See Also