Skip to main content

ChipGroup.ChipUseRippleEffect Property

Gets or sets whether the chip groups displays a ripple effect when a user (un)selects a chip in this group. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ChipUseRippleEffect { get; set; }

Property Value

Type Default Description
Boolean true

true to use a ripple effect; otherwise, false.

See Also