Use of the Caption Property of PXGroupBox

You can define a caption for a group box by using the Caption property of the PXGroupBox element in the ASPX code as follows.

<px:PXGroupBox ... Caption="Example of Group Box Caption" ...>

If the RenderStyle property of a PXGroupBox element is set to Simple, the Caption property is ignored. See Use of the RenderStyle Property of PXGroupBox for details.