Back to Devexpress

RangeControl.AllowAnimation Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrol-328656c5.md

latest1.6 KB
Original Source

RangeControl.AllowAnimation Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowAnimation { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

AnimationMode

RangeControl Class

RangeControl Members

DevExpress.XtraEditors Namespace