dreamflycc

TreeListNode selectNode = this.TreeList1.Selection[0];
DataRowView nodeData = this.TreeList1.GetDataRecordByNode(selectNode) as DataRowView;
int attachID = Convert.ToInt32(nodeData["ProductType_ID"]);

分类:

技术点:

相关文章:

  • 2021-06-08
  • 2021-11-28
  • 2021-06-05
  • 2021-10-31
  • 2021-08-25
  • 2021-11-10
  • 2021-12-24
  • 2021-10-27
猜你喜欢
  • 2021-11-06
  • 2021-09-25
  • 2022-02-08
  • 2021-06-20
  • 2021-06-27
  • 2021-04-21
  • 2021-08-14
相关资源
相似解决方案