Ejemplo n.º 1
0
 public void RestoreLayout()
 {
     if (File.Exists(@"C:\XtraGridViewLayouts\BandedQuoteLogView.xml"))
     {
         QuoteLogMasterGridView.RestoreLayoutFromXml(@"C:\XtraGridViewLayouts\BandedQuoteLogView.xml");
     }
     else
     {
         MessageBox.Show("You have not saved a layout for this view yet.", "Message");
     }
 }
Ejemplo n.º 2
0
 public void SaveLayout()
 {
     QuoteLogMasterGridView.SaveLayoutToXml(@"C:\XtraGridViewLayouts\BandedQuoteLogView.xml");
 }