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

RangeControl.AllowAnimation Property

Gets or sets whether ranges are selected using an animation effect.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowAnimation { get; set; }

Property Value

Type Default Description
Boolean **true**

true if ranges are selected using an animation effect; false if animation is disabled.

Remarks

If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll, the animation effect is forcibly disabled regardless of the AllowAnimation property value.

See Also