Skip to main content

LayoutViewOptionsCarouselMode.BottomCardAlphaLevel Property

Gets or sets the transparency level for background cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
Single 0

A Single value that specifies the transparency level, in the range between 0(transparent) and 1(opaque).

Property Paths

You can access this nested property as listed below:

Object Type Path to BottomCardAlphaLevel
LayoutView
.OptionsCarouselMode .BottomCardAlphaLevel

Remarks

The transparency effect becomes noticable when background cards overlap. In this instance, if card transparency is enabled, bottom cards can be seen through upper cards.

See Also