aspnet-devexpress-dot-web-d2decd7e.md
Lists values that specify the device size.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum BreakpointsLayoutDeviceSizes
Public Enum BreakpointsLayoutDeviceSizes
| Name | Description |
|---|---|
Custom |
Allows you to specify the maximum width of a custom device size.
|
| XSmall |
Indicates a device with the maximum width of 575px.
|
| Small |
Indicates a device with the maximum width of 767px.
|
| Medium |
Indicates a device with the maximum width of 991px.
|
| Large |
Indicates a device with the maximum width of 1199px.
|
| XLarge |
Indicates a device with the maximum width of 1600px.
|
The following properties accept/return BreakpointsLayoutDeviceSizes values:
Values listed by this enumeration are used to set the BreakpointsLayoutBreakpoint.DeviceSize property’s value.
Creating a BreakpointsLayoutBreakpoint object declares a range of browser widths between 0 and BreakpointsLayoutBreakpoint.DeviceSize/BreakpointsLayoutBreakpoint.MaxWidth property value (if there are no breakpoints with a lower DeviceSize / MaxWidth property value) where the control arranges the specified number of items/cards in a row (ItemsPerRow/CardsPerRow).
See Also