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

    Gets whether the StepProgressBarItem was clicked with the mouse.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public bool IsMouseClick { get; }

    Property Value

    Type Description
    Boolean

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

    See Also