LayoutViewOptionsCarouselMode.BottomCardFading Property
Gets or sets the fading factor for background cards.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 |
|
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