简单来说就是这样,通过Rows和ChildRows来确定具体的行,然后要进Properties属性来进行读取(重点,老是忘记)
这个properties几乎每个dev的控件都带
.value是用户选择的属性值
.caption当前行的属性名称
propertyGridControl1.Rows[0].ChildRows[2].Properties.Value.ToString()
posted on 2021-08-19 12:35 RX_3 阅读(224) 评论(0) 编辑 收藏 举报