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

LayoutViewOptionsCarouselMode.BottomCardFading Property

Gets or sets the fading factor for background cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(0F)]
[XtraSerializableProperty]
public float BottomCardFading { get; set; }

Property Value

Type Default Description
Single 0

A Single value that specifies the fading factor for background cards, in the range between 0(no fading out) and 1(the bottommost card is invisible).

Property Paths

You can access this nested property as listed below:

Object Type Path to BottomCardFading
LayoutView
.OptionsCarouselMode.BottomCardFading

Remarks

In Carousel mode, background cards are faded out. The BottomCardFading property specifies the fading factor, ranging between 0(no fading out) to 1(the bottommost card is invisible).

See Also