Back to Devexpress

DXCollectionView.RippleColor Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-74ee8579.md

latest1.3 KB
Original Source

DXCollectionView.RippleColor Property

Gets or sets the color used for ripple effects. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public Color RippleColor { get; set; }

Property Value

TypeDescription
Color

A color object.

|

Remarks

The following example shows how to enable ripple effects when a user taps DXCollectionView items:

xaml
<dxcv:DXCollectionView ...
                       UseRippleEffect="True"
                       RippleColor="#502B0098"
                       RippleEffectPosition="Foreground">

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace