void ShowSimpleCondititonDesigner()
 {
     if (simpleConditionDesigner == null)
     {
         simpleConditionDesigner = new SimpleConditionDesigner();
     }
     simpleConditionDesigner.SourceGridView   = gridView;
     simpleConditionDesigner.SourceGridColumn = gridColumn;
     simpleConditionDesigner.ShowDialog();
 }
Exemple #2
0
 void ShowSimpleCondititonDesigner()
 {
     if (simpleConditionDesigner == null)
     {
         simpleConditionDesigner = new SimpleConditionDesigner();
     }
     simpleConditionDesigner.SourcePivot = PivotGridControl;
     simpleConditionDesigner.SourceField = field;
     simpleConditionDesigner.ShowDialog();
 }