发布网友 发布时间:2023-07-13 13:03
共3个回答
热心网友 时间:2024-12-03 13:13
1、功能:显示在自定义网格的数据。
2、继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.DataGridView
命名空间: System.Windows.Forms
程序集: System.Windows.Forms(在 System.Windows.Forms.dll 中)
3、语法:
C#
[ComplexBindingPropertiesAttribute("DataSource", "DataMember")]C++
[ComplexBindingPropertiesAttribute(L"DataSource", L"DataMember")]VB
声明
热心网友 时间:2024-12-03 13:13
个人认为,这里是比较全面的:http://msdn.microsoft.com/zh-cn/library/system.windows.forms.datagridview.aspx热心网友 时间:2024-12-03 13:14
帮助菜单上面的信息很全面。