Back to Devexpress

LayoutViewOptionsCarouselMode.FrameDelay Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-ca9787d2.md

latest2.3 KB
Original Source

LayoutViewOptionsCarouselMode.FrameDelay Property

Gets or sets the delay between frames in the card scrolling animation effect, in system timer ticks.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Int3210000

An integer value that specifies the delay between frames in the card scrolling animation effect, in system timer ticks.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FrameDelay
LayoutView

.OptionsCarouselMode .FrameDelay

|

Remarks

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

See Also

FrameCount

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace