Skip to main content

ChipActualAppearance.UseRippleEffect Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool UseRippleEffect { get; }

Property Value

Type Description
Boolean

true to use the ripple effect; otherwise false.

See Also