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

TcxCustomButtonGroupProperties.Columns Property

Specifies the column count within the radio group or check group control.

#Declaration

Delphi
property Columns: Integer read; write; default 1;

#Property Value

Type Default
Integer 1

#Remarks

When the Columns property value is 1, items are arranged one under another within the group. Setting the Columns property to a value greater than 1 arranges items into the specified number of columns (if possible).

The image represents the radio group with eight items and three columns.

Note

the Columns property cannot be set to a value less than 1.

The default value of the Columns property is 1.

See Also