Skip to main content

TcxRadioGroupProperties Class

Contains settings specific to radio group controls.

Declaration

TcxRadioGroupProperties = class(
    TcxCustomRadioGroupProperties
)

Remarks

The TcxRadioGroupProperties object represents attributes common to all radio group controls. These attributes can be accessed by the cxRadioGroup.Properties property.

TcxRadioGroupProperties properties specify:

  • the radio group caption;

  • the arrangement of radio buttons within a group. The arrangement is determined by the number of columns in which the buttons are positioned;

  • the collection of items displayed within a group;

  • the default EditValue, returned when no item is checked within a group;

  • the item caption wrapping, if it is too long to fit the item width.

To control any changes made to the control’s ReadOnly property and reverse its value back to the default one, use the AssignedValues property.

All the functionality of the TcxRadioGroupProperties object is implemented by its ancestor. The object simply publishes certain properties.

See Also