Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ButtonClickMode Enum

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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