Ejemplo n.º 1
0
 public void load(DevExpress.XtraGrid.Views.Grid.GridView view)
 {
     byte[] byteArray = Encoding.ASCII.GetBytes(layout);
     System.IO.MemoryStream stream = new System.IO.MemoryStream(byteArray);
     view.RestoreLayoutFromStream(stream);
 }