BreakpointsLayoutDeviceSizes Enum
Lists values that specify the device size.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return BreakpointsLayoutDeviceSizes values:
Remarks
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).