Skip to main content

TcxCustomButtonGroupProperties Class

Stores settings that are common for the TcxRadioGroup and TcxCheckGroup controls.

Declaration

TcxCustomButtonGroupProperties = class(
    TcxCustomGroupBoxProperties
)

Remarks

Properties declared by the TcxCustomButtonGroupProperties object are common for the radio group and check group controls. Thus, this object serves as the base for the TcxRadioGroupProperties and TcxCheckGroupProperties objects. These objects can be accessed via the Properties property of the editors mentioned above.

See Also