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

dxRibbonTabGroupContentShowAnimationTime Constant

Specifies a tab’s content animation duration (in milliseconds).

#Declaration

Delphi
const dxRibbonTabGroupContentShowAnimationTime: Integer = 200;

#Returns

Type
Integer

#Remarks

Every time you select a ribbon tab, its content fades-in and slides left-to-right. This constant allows you to set the animation time of the tab’s content display. To disable animation, set the constant to 0

Constant Value Example
0
200
800
See Also