Skip to main content
All docs
V24.2

DxHtmlElementMouseEventArgs.Clicks Property

Returns the number of clicks.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v24.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

#Declaration

public int Clicks { get; }

#Property Value

Type Description
Int32

The number of returned clicks.

See Also