Back to Devexpress

dxRibbonTabGroupContentShowAnimationTime Constant

vcl-dxribbon-76ed1154.md

latest1.0 KB
Original Source

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 ValueExample
0
200
800

See Also

dxRibbonTabStateChangeAnimationTime

dxRibbonContextualTabLabelShowAnimationTime

dxRibbon Unit