Skip to main content

ChipGroup.ChipUseRippleEffect Property

Gets or sets whether a ripple effect is used when a user (un)selects a chip in this group.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool ChipUseRippleEffect { get; set; }

#Property Value

Type Description
Boolean

true to use a ripple effect; otherwise, false.

See Also