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

Specifies whether the progress bar is raised, lowered or flat.

#Declaration

Delphi
property BarBevelOuter: TcxProgressBarBevelOuter read; write; default cxbvNone;

#Property Value

Type Default
TcxProgressBarBevelOuter cxbvNone

#Remarks

Use the BarBevelOuter property to change the bevel style of the progress bar. The table below illustrates how different values of this property affect the bar’s appearance.

Value Description Sample
cxbvNone The progress bar is flat.
cxbvLowered The progress bar is lowered.
cxbvRaised The progress bar is raised.

Note

The BarBevelOuter property is not in effect when images are displayed instead of the progress bar (the BarStyle property is set to cxbsBitmap or cxbsBitmapLEDs). It also doesn’t affect the control’s appearance when native painting is used (the Style.LookAndFeel.NativeStyle property is set to True).

The default value of the BarBevelOuter property is pbbvNone.

See Also