Skip to main content

DXCollectionViewActualAppearance.RippleColor Property

Returns the color that is used to display a ripple animation for DXCollectionView items.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color RippleColor { get; }

Property Value

Type Description
Color

A color object.

See Also