EditBase.AllowAnimation Property
In This Article
Gets or sets whether the editor’s floating label moves with a smooth animation effect. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool AllowAnimation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also