Skip to main content

Chip.UseRippleEffect Property

Gets or sets whether to use a ripple effect to change the selection state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool UseRippleEffect { get; set; }

#Property Value

Type Description
Boolean

true to use a ripple effect; otherwise, false.

See Also