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.ShowPeak Property

Specifies whether the peak area is displayed.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

The control allows you to display a peak area, enabling a critical value to be displayed. Set the ShowPeak property to True to make that area visible. The position of the peak area is set by the PeakValue property. Its appearance can be customized using the PeakSize and PeakColor properties. Please refer to these property descriptions for details.

The peak area cannot be displayed if:

  • The progress bar is in marquee mode.

  • The cxbsAnimation or cxbsAnimationLEDs paint style is applied to the progress bar.

The default value of the ShowPeak property is False.

See Also