Exemplo n.º 1
0
 private void layoutControl1_BeforeLoadLayout(object sender, DevExpress.Utils.LayoutAllowEventArgs e)
 {
     if (e.PreviousVersion != layoutControl1.LayoutVersion)
     {
         e.Allow = false;
     }
     else
     {
         e.Allow = true;
     }
 }
Exemplo n.º 2
0
 private void gridViewOrders_BeforeLoadLayout(object sender, DevExpress.Utils.LayoutAllowEventArgs e)
 {
     if (e.PreviousVersion != gridViewOrders.OptionsLayout.LayoutVersion)
     {
         e.Allow = false;
     }
     else
     {
         e.Allow = true;
     }
 }
Exemplo n.º 3
0
 void IXtraSerializable.OnStartDeserializing(DevExpress.Utils.LayoutAllowEventArgs e)
 {
 }
 private void gridView9_Load(object sender, DevExpress.Utils.LayoutAllowEventArgs e)
 {
 }