Back to Devexpress

DXCollectionView.UseRippleEffect Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-71a8c5a8.md

latest1.4 KB
Original Source

DXCollectionView.UseRippleEffect Property

Gets or sets whether to show ripple effects when a users taps a DXCollectionView item. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool UseRippleEffect { get; set; }

Property Value

TypeDescription
Boolean

true to enable ripple effects; otherwise, false.

|

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