DxHtmlElementMouseEventArgs.Button Property
In This Article
Returns the clicked mouse button.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
public MouseButtons Button { get; }
#Property Value
Type | Description |
---|---|
Mouse |
The clicked mouse button. |
See Also