CardView.MaxCardCountInRow Property
In This Article
Gets or sets the maximum number of cards in a row (or column).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.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