SaveState: String;
SaveState: String;
The SaveState method saves component columns state.
The method saves parameters of state into XML structure and returns it in the string format. The following parameters are saved for each column:
Attribute, which values are displayed in the column.
Column position order.
Header.
Width.
Visibility.
The obtained parameters can be further used to restore column state by using the LoadState method.
See also: