Skip to main content

TdxCustomLayoutGroupButton.Enabled Property

Specifies if a layout group button responds to user clicks.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prevent end-user interaction with the button. Note that action buttons are not associated with any functionality. You can handle the button’s OnClick event to implement a custom response to a button click.

The default value of the Enabled property is True.

See Also