Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
12004
Load/save layout to a file.
posted

How to load/save the control's layout to a file such as XML.

  • 12004
    posted

    When saving the layout you can return a string from SaveCustomizations and create a byte array to store the data using a FileStream. As for loading just pass the FileStream object to the parameter in LoadCustomizations.

    xamDataGrid.zip