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

TdxBarStatic.BorderStyle Property

Determines the appearance style of static control borders.

#Declaration

Delphi
property BorderStyle: TdxBarStaticBorderStyle read; write; default sbsNone;

#Property Value

Type Default
TdxBarStaticBorderStyle sbsNone

#Remarks

The BorderStyle property is used to specify the border style of a static control within a toolbar. Available border styles include:

Value Description Example
sbsNone No border.
sbsLowered Lowered border.
sbsRaised Raised border.
sbsEtched Groove border.
sbsBump Raized bevel border.

The default value of the border style is sbsNone.

See Also