Skip to main content
All docs
V25.1
  • ButtonClickMode Enum

    Lists values that specify when a button raises the Click event.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public enum ButtonClickMode

    Members

    Name Description
    Release

    The Click event is raised when the mouse pointer is over the control and the left mouse button is pressed and released.

    Press

    The Click event is raised when the mouse pointer is over the control and the left mouse button is pressed.

    See Also