void uGrdAllF sender, InitializeRowEventArgs e)
        {
            
            /***********TEST START**************/
            this.uGrdAllFlight.DisplayLayout.Bands[0].Columns["START_TIME"].Hidden = true;
            this.uGrdAllFlight.DisplayLayout.Bands[0].Columns["FLIGHT_DATE"].Hidden = true;
            /***********TEST END**************/
        }

 

相关文章:

  • 2021-06-12
  • 2021-11-13
  • 2022-12-23
  • 2021-10-05
  • 2021-05-03
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-01-17
  • 2020-06-20
相关资源
相似解决方案