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

ToggleSwitchEditSettings.EnableAnimation Property

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

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v18.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