Back to Devexpress

CardView.MaxCardCountInRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-30f15273.md

latest1.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int MaxCardCountInRow { get; set; }
vb
Public Property MaxCardCountInRow As Integer

Property Value

TypeDescription
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

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace