Save/Load State
The GridControl allows you to save information on its layout to a data store (an XML file or stream) and restore it when required.
This demo contains three predefined states (Default, Compact, and Grouped), which you can choose to apply to the grid. You can also customize the grid’s layout (change sorting and grouping, show and hide columns, modify group and total summaries, etc.) and then tap Save Current State to save it. To apply the previously saved layout to the grid again, choose Custom from the list of available states.
Related APIs:
GridControl.SaveLayoutToStream