CardView.MaxCardCountInRow Property
Gets or sets the maximum number of cards in a row (or column).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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