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

TcxRadioGroupProperties Class

Contains settings specific to radio group controls.

#Declaration

Delphi
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