ASPxClientUtils.browserVersion Property
Gets a value that specifies a client browser’s full version.
Declaration
static browserVersion: number
Property Value
| Type | Description |
|---|---|
| number | The client browser’s version. |
Remarks
To obtain a browser’s major version, use the client ASPxClientUtils.browserMajorVersion method.
See Also