jQuery/JS Common - utils - devices - Methods
current()
Gets information on the current device.
The device information provided by this function may differ from the actual device on which the application is running if an emulated device is specified for the application (see DevExpress.devices.current(deviceName)). The actual information about the device is available via the DevExpress.devices.real() function.
current(deviceName)
Overrides actual device information to force the application to operate as if it was running on a specified device.
The string values accepted by the input parameter are: "iPhone", "iPhone5", "iPhone6", "iPhone6plus", "iPad", "iPadMini", "androidPhone", "androidTablet", "genericPhone", "msSurface" and "desktop". The method can also take on an object containing more detailed information on the current platform.
real()
Returns real information about the current device regardless of the value passed to the devices.current(deviceName) method.