TcxCustomRow.RestoreDefaults Method
In This Article
Restores default values of the TcxRowOptions.
#Declaration
Delphi
procedure RestoreDefaults;
#Remarks
This method restores default values of the TcxRowOptions. The RestoreDefaults method delegates functionality to the TcxRowOptions.RestoreDefaults method to restore default values.
See Also