Skip to main content
A newer version of this page is available. .

dxRibbonTabGroupContentShowAnimationTime Constant

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

Declaration

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