Back to Devexpress

TdxCustomOrgChart.BorderStyle Property

vcl-dxorgchr-dot-tdxcustomorgchart-574e2cbd.md

latest747 B
Original Source

TdxCustomOrgChart.BorderStyle Property

Specifies whether the control has a border.

Declaration

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

Property Value

TypeDefault
TBorderStylebsSingle

Remarks

Set this property to bsNone or bsSingle to hide or display the control’s borders.

The default value of the BorderStyle property is bsSingle.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit