Skip to main content
A newer version of this page is available. .

TdxCustomNavBar.BorderStyle Property

Specifies the NavBar control’s border style.

Declaration

property BorderStyle: TBorderStyle read; write; default bsNone;

Property Value

Type Default
TBorderStyle bsNone

Remarks

Options include:

Value Description
bsNone The control has no border.
bsSingle A single-line border is displayed.

The BorderStyle property’s default value is bsNone.

See Also