Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRangeControl.Animation Property

Specifies if animation effects are enabled in the range control.

#Declaration

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

#Property Value

Type Default
Boolean True

#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:

Value Example
True
False

The default value of the Animation property is True.

See Also