Back to Devexpress

TcxControl.BorderStyle Property

vcl-cxcontrols-dot-tcxcontrol-ba73c234.md

latest1.0 KB
Original Source

TcxControl.BorderStyle Property

Specifies the control’s border style.

Declaration

delphi
property BorderStyle: TcxControlBorderStyle read; write;

Property Value

Type
TcxControlBorderStyle

Remarks

Use this property to show or hide the control’s border. Options include:

ValueDescription
cxcbsNoneThe control has no border regardless of the active look & feel settings. In GDI render mode, you can set the Transparent property to True to seamlessly blend the control with background elements on an application form.
cxcbsDefaultThe control’s look & feel settings determine the border’s appearance.

See Also

TcxControl Class

TcxControl Members

cxControls Unit