Skip to main content
Tab

LayoutBreakpoint(String, Int32, Int32) Constructor

Initializes a new instance of the LayoutBreakpoint class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutBreakpoint(
    string name,
    int maxWidth,
    int columnCount
)

Parameters

Name Type Description
name String

A String object representing the breakpoint name.

maxWidth Int32

An integer value representing the control’s maximum width.

columnCount Int32

An integer value specifying the number of columns.

See Also