ASPxClientToolTipBase.CalculatePosition(bounds) Method
Gets the tooltip position.
Declaration
CalculatePosition(
bounds: any
): ASPxClientPoint
Parameters
Name | Type | Description |
---|---|---|
bounds | any | An object that represents the tooltip bounds. |
Returns
Type | Description |
---|---|
ASPxClientPoint | An ASPxClientPoint object representing the tooltip position. |
See Also