Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGroupBox Class

Represents the group box control.

#Declaration

Delphi
TcxGroupBox = class(
    TcxCustomGroupBox
)

#Remarks

The TcxGroupBox control is a TcxCustomGroupBox descendant. It doesn’t introduce any new functionality but simply publishes properties. Please refer to the TcxCustomGroupBox class description for more details on the features provided by the group box.

See Also