dreamflycc

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

分类:

技术点:

相关文章:

  • 2021-07-30
  • 2021-08-18
  • 2021-11-06
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
相关资源
相似解决方案