Skip to main content
Tab

BreakpointsLayoutBreakpoint(BreakpointsLayoutDeviceSizes, Int32) Constructor

Initializes a new instance of the BreakpointsLayoutBreakpoint class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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