private void PropertyControls_Load(object sender, EventArgs e) { if (this.EditTemplate != null) { this.FeatureLayer = this.EditTemplate.FeatureLayer; } this.m_pVertXtraGrid = new VertXtraGrid(this.dataGrid1); this.ReadFieldInfo(); this.InitControl(); this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged); }
public AttributeListControl() { this.InitializeComponent(); this.m_pVertXtraGrid = new VertXtraGrid(this.gridControl1); this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged); }
public FieldMatchCtrl() { this.InitializeComponent(); this.vertXtraGrid_0 = new VertXtraGrid(this.gridControl1); this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged); }