Skip to main content

EditBase.AllowAnimation Property

Specifies whether the editor’s floating label moves with a smooth animation effect.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool AllowAnimation { get; set; }

#Property Value

Type Description
Boolean

True, to enable animation; otherwise, false

See Also