Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties.Buttons Property

Supports a collection of buttons displayed within the editor.

Declaration

property Buttons: TcxEditButtons read; write;

Property Value

Type
TcxEditButtons

Remarks

Use the Buttons property to add and delete a button within the collection. You can make a button invisible by setting its Visible property to False.

When a user clicks a button with the mouse the OnButtonClick event is generated.

Note

buttons are not supported by the TcxLabel and TcxCheckBox controls.

See Also