Skip to main content

ChipGroupActualAppearance.ChipUseRippleEffect Property

Gets whether the ripple effect is used to change the ChipGroup‘s selection state. To specify this value, use the ChipUseRippleEffect property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ChipUseRippleEffect { get; }

Property Value

Type Description
Boolean

true when a ripple effect is used to change a selection state of a ChipGroup‘s items; otherwise, false.

See Also