TcxCustomVerticalGrid.Customizing Property
In This Article
Provides access to the customization box.
#Declaration
Delphi
property Customizing: TcxVerticalGridCustomizing read; write;
#Property Value
Type |
---|
Tcx |
#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