Back to Devexpress

LayoutViewOptionsCarouselMode.CardCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-0c540a39.md

latest1.7 KB
Original Source

LayoutViewOptionsCarouselMode.CardCount Property

Gets or sets the number of cards constituting the ellipse.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(15)]
[XtraSerializableProperty]
public int CardCount { get; set; }
vb
<DefaultValue(15)>
<XtraSerializableProperty>
Public Property CardCount As Integer

Property Value

TypeDefaultDescription
Int3215

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CardCount
LayoutView

.OptionsCarouselMode .CardCount

|

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace