Skip to main content

LayoutViewOptionsCarouselMode.CardCount Property

Gets or sets the number of cards constituting the ellipse.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(15)]
[XtraSerializableProperty]
public int CardCount { get; set; }

Property Value

Type Default Description
Int32 15

An integer value that specifies the number of cards in the ellipse.

Property Paths

You can access this nested property as listed below:

Object Type Path to CardCount
LayoutView
.OptionsCarouselMode .CardCount
See Also