Skip to main content
Tab

CardViewBreakpoint(BreakpointsLayoutDeviceSizes, 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(
    BreakpointsLayoutDeviceSizes deviceSize,
    int cardsPerRow
)

Parameters

Name Type Description
deviceSize BreakpointsLayoutDeviceSizes

A BreakpointsLayoutDeviceSizes object representing the device size.

cardsPerRow Int32

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

See Also