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

LayoutViewOptionsCarouselMode.FrameCount Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(250)]
[XtraSerializableProperty]
public int FrameCount { get; set; }

Property Value

Type Default Description
Int32 250

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

Property Paths

You can access this nested property as listed below:

Object Type Path 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