例如,我有一个DataGridView带有Blue BackgroundColor属性等的控件..有没有一种方法可以将这些属性以编程方式传递或传递给另一个DataGridView控件?
DataGridView
BackgroundColor
像这样的东西:
dtGrid2.Property = dtGrid1.Property; // but of course, this code is not working
谢谢...
c# winforms
c# ×1
winforms ×1