TcxCustomGridView.RestoreDefaults Method
In This Article
Restores the default View settings.
#Declaration
Delphi
procedure RestoreDefaults; virtual;
#Remarks
The RestoreDefaults method returns a View to its default settings. For TcxCustomGridView descendants, this method restores the default settings for all View items.
See Also