Back to Devexpress

BreakpointsLayoutDeviceSizes Enum

aspnet-devexpress-dot-web-d2decd7e.md

latest2.0 KB
Original Source

BreakpointsLayoutDeviceSizes Enum

Lists values that specify the device size.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum BreakpointsLayoutDeviceSizes
vb
Public Enum BreakpointsLayoutDeviceSizes

Members

NameDescription
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:

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).

See Also

DevExpress.Web Namespace