Skip to main content
Tab

BreakpointsLayoutBreakpoint(Int32, 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(
    int maxWidth,
    int itemsPerRow
)

Parameters

Name Type Description
maxWidth Int32

An integer value specifying the browser’s maximum width.

itemsPerRow Int32

An integer value specifying the number of items in a row.

See Also