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

TcxCustomProgressBarProperties.Marquee Property

Activates marquee mode.

#Declaration

Delphi
property Marquee: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

In marquee mode, the progress bar displays an animated block, which simply indicates activity instead of the completion percentage. You can control animation settings via the AnimationSpeed, AnimationRestartDelay, and AnimationPath properties. Using the Text property you can specify a descriptive text to be displayed in the progress bar’s label.

To activate marquee mode, set the Marquee property to True. This automatically assigns cxtsText to the ShowTextStyle property.

Note

Marquee progress bars don’t support in-place editors, overload bars, and peak values.

The default value of the Marquee property is False.

See Also