Skip to main content
Tab

CardViewBreakpoint(Int32, Int32) Constructor

Initializes a new instance of the CardViewBreakpoint class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewBreakpoint(
    int maxWidth,
    int cardsPerRow
)

Parameters

Name Type Description
maxWidth Int32

An integer value specifying the browser’s maximum width.

cardsPerRow Int32

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

See Also