RangeControl.AllowAnimation Property
Gets or sets whether ranges are selected using an animation effect.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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