IRangeControlClient.OnClick(RangeControlHitInfo) Method
This method is called when an end-user clicks within the Range Control’s viewport.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitInfo | DevExpress.XtraEditors.RangeControlHitInfo | A RangeControlHitInfo object that allows you to identify the clicked element. |
See Also