Back to Devexpress

TdxCustomNavBar.BorderStyle Property

vcl-dxnavbar-dot-tdxcustomnavbar-855806bf.md

latest741 B
Original Source

TdxCustomNavBar.BorderStyle Property

Specifies the NavBar control’s border style.

Declaration

delphi
property BorderStyle: TBorderStyle read; write; default bsNone;

Property Value

TypeDefault
TBorderStylebsNone

Remarks

Options include:

ValueDescription
bsNoneThe control has no border.
bsSingleA single-line border is displayed.

The BorderStyle property’s default value is bsNone.

See Also

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit