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

TcxCustomEditButton.Visible Property

Determines whether a button is visible.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the Visible property to manage button visibility. Set this property to False to hide a button.

The default value of the Visible property is True.

See Also