ASPxClientRect.GetRight Method
In This Article
Gets the X-coordinate of the rectangle’s right edge.
#Declaration
TypeScript
GetRight(): number
#Returns
Type | Description |
---|---|
number | The X-coordinate of the rectangle’s right edge. |
See Also