Skip to main content

TokenEdit.TokenUseRippleEffect Property

Gets or sets whether to display the ripple animation when a user taps tokens in the edit box. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool TokenUseRippleEffect { get; set; }

Property Value

Type Description
Boolean

true to use the ripple effect; otherwise, false.

See Also