Back to Devexpress

LayoutViewOptionsCarouselMode.FrameCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-9703106b.md

latest2.2 KB
Original Source

LayoutViewOptionsCarouselMode.FrameCount Property

Gets or sets the number of frames in the card scrolling animation effect.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty]
public int FrameCount { get; set; }
vb
<XtraSerializableProperty>
Public Property FrameCount As Integer

Property Value

TypeDefaultDescription
Int32250

An integer value that specifies the number of frames in the animation.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FrameCount
LayoutView

.OptionsCarouselMode .FrameCount

|

Remarks

In the LayoutView, cards are scrolled using the animation effect. The FrameCount property specifies the number of frames in the animation, while the LayoutViewOptionsCarouselMode.FrameDelay property specifies the delay between frames.

See Also

FrameDelay

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace