Skip to main content

LayoutViewOptionsCarouselMode.BottomCardScale Property

Gets or sets the scaling factor for background cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

[DefaultValue(0.2F)]
[XtraSerializableProperty]
public float BottomCardScale { get; set; }

Property Value

Type Default Description
Single 0.2

A Single value that specifies the scaling factor for background cards, ranging between 0(smallest) to 1(no scale).

Property Paths

You can access this nested property as listed below:

Object Type Path to BottomCardScale
LayoutView
.OptionsCarouselMode .BottomCardScale

Remarks

In Carousel mode, background cards are scaled relative to the foreground card. The BottomCardScale property allows you to specify the scaling factor.

See Also