private void gridAdisyonHareket_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 2;
 }
예제 #2
0
 private void gridViewGroupUser_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
예제 #3
0
 private void mainEquityView_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
 private void grvKhachHang_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
예제 #5
0
 private void gridViewMain_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     // set 1: detail
     e.RelationCount = 1;
 }
 void grvBangGia_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
예제 #7
0
 private void grvCabecera_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     //Asigna valor 1, porque solo hay un detalle
     e.RelationCount = 1;
 }
예제 #8
0
 private void gvTieuChiDanhGia_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
예제 #9
0
 /// <summary>
 /// 显示数据前面的+号
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void gvResult_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 2;
 }
예제 #10
0
 private void bandedGridViewTaiSan_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }
예제 #11
0
 private void grvThongTinChuyenKho_MasterRowGetRelationCount(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationCountEventArgs e)
 {
     e.RelationCount = 1;
 }