Skip to main content
A newer version of this page is available. .

ToggleSwitchEdit.EnableAnimation Property

Gets or sets whether the toggle flip animation is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool EnableAnimation { get; set; }

Property Value

Type Description
Boolean

True to enable the flip animation; otherwise, false.

Remarks

Set the EnableAnimation property to false to disable the toggle flip animation.

See Also