Back to Devexpress

TdxCustomRangeControl.Animation Property

vcl-dxrangecontrol-dot-tdxcustomrangecontrol.md

latest1.0 KB
Original Source

TdxCustomRangeControl.Animation Property

Specifies if animation effects are enabled in the range control.

Declaration

delphi
property Animation: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

If this property is set to True , range selection move operations are animated in the range control. Otherwise, all visual changes are immediately applied to the range control, without playing an animation:

ValueExample
True
False

The default value of the Animation property is True.

See Also

TdxCustomRangeControl Class

TdxCustomRangeControl Members

dxRangeControl Unit