Skip to main content

TcxCustomVerticalGrid.Customizing Property

Provides access to the customization box.

Declaration

property Customizing: TcxVerticalGridCustomizing read; write;

Property Value

Type
TcxVerticalGridCustomizing

Remarks

The Customizing property exposes the TcxVerticalGridCustomizing object that represents the customization box. The customization box allows the end-user to of remove/restore rows within the grid control.

To enable the customization box set the Customizing.Visible property to True.

See Also