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

LayoutViewOptionsCarouselMode.CardCount Property

Gets or sets the number of cards constituting the ellipse.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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