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