BreakpointsLayoutBreakpoint(BreakpointsLayoutDeviceSizes, Int32) Constructor
Initializes a new instance of the BreakpointsLayoutBreakpoint class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public BreakpointsLayoutBreakpoint(
BreakpointsLayoutDeviceSizes deviceSize,
int itemsPerRow
)
Parameters
Name | Type | Description |
---|---|---|
deviceSize | BreakpointsLayoutDeviceSizes | A BreakpointsLayoutDeviceSizes object representing the device size. |
itemsPerRow | Int32 | An integer value representing the number of items in a row. |
See Also