Telerik.Web.Device.Detection Returns the screens dimensions of the device made request in CSS pixels. If there is no match the dimensions will be 0. Returns the screens size based on default screen ranges (in CSS pixels). The default ranges are: Small (to 600) CSS pixels Medium (601-1024) CSS pixels Large (1025 - 1366) CSS pixels ExtraLarge (over 1366) CSS pixels Returns the screens size based on custom screen ranges (in CSS pixels). Used to serialize/deserialize the data about the devices - model and dimensions Contains the device dimensions in CSS pixels Default constructor of the DeviceScreenDimensions Gets the device width in CSS pixels. Gets the device height in CSS pixels. The device screen size based on the its dimensions in CSS pixels The default ranges are: Small (to 600) CSS pixels Medium (601-1024) CSS pixels Large (1025 - 1366) CSS pixels ExtraLarge (over 1366) CSS pixels Used to define custom range Constructor of the ScreenRange class. The overload params are assigned to the public properties Determines if the provided value is inside the range Minimum value of the range The values should considered as CSS pixels not as a standard ones Maximum value of the range The values should considered as CSS pixels not as a standard ones ScreenRanges is used to define custom ranges Gets or sets the extra large screen range The range should considered in CSS pixels not as a standard ones Gets or sets the large screen range The range should considered in CSS pixels not as a standard ones Gets or sets the medium screen range The range should considered in CSS pixels not as a standard ones Gets or sets the small screen range The range should considered in CSS pixels not as a standard ones