ButtonClickMode Enum
Lists values that specify when a button raises the Click event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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