Skip to main content

TcxCustomGroupBox.PanelStyle Property

Provides access to appearance settings of a group box control displayed as a panel.

Declaration

property PanelStyle: TcxPanelStyle read; write;

Property Value

Type
TcxPanelStyle

Remarks

To display the group box control as a panel, you can do one of the following:

  • Apply the panel style to the control by enabling the PanelStyle.Active option.

  • Center the caption by assigning alCenterCenter to the Alignment property.

The PanelStyle settings apply only to the group box controls that are displayed using the first option.

See Also