Skip to main content
A newer version of this page is available. .

CardView.MaxCardCountInRow Property

Gets or sets the maximum number of cards in a row (or column).

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public int MaxCardCountInRow { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of cards in a row (or column).

Remarks

To learn more, see Cards Layout.

See Also