DataGridView

DataGridView

常用释义

词性释义

DataGridView
例句
  • 全部
此方法退出后,便可以填充DataGridView控件了。
在上面的DataGridView中选择不同行时,下面的DataGridView的内容将相应地发生更改。
DataGridView控件包括DataGridViewButtonCell类,该类用于显示具有类似按钮的用户界面(UI)的单元格。
The unbound DataGridView control is the data store, and its data is independent of any external source, such as a DataSet or an array.
未绑定的DataGridView控件是数据存储区,它的数据独立于任何外部源,如DataSet或数组。
True if the row is the last row in the DataGridView, which is used for the entry of a new row of data; otherwise, false.
如果行是DataGridView中的最后一行(用于输入新数据行),则为true;否则为false。
Implement a handler for your form's Load event that initializes the DataGridView and BindingSource and sets up the data binding.
为窗体的Load事件实现一个处理程序,该事件初始化DataGridView和BindingSource并设置数据绑定。
为窗体的Load事件实现一个处理程序,该处理程序初始化DataGridView控件并用示例值填充数据存储区。
该行始终是DataGridView控件中的最后一行。
在发生很多不同情况时,可以导致DataGridView行、列和标题更改大小。
To respond to button clicks, implement a DataGridView. : : . CellClick event handler that displays a form containing the child table.
若要对按钮单击作出响应,请实现DataGridView.::.CellClick事件处理程序,使之显示包含子表的窗体。
演示如何从Northwind示例数据库中的Customers表中检索行,然后在DataGridView控件中进行显示。
Implement the ComplexBindingPropertiesAttribute on controls, like a DataGridView, that display lists (or tables) of data.
在控件上实现ComplexBindingPropertiesAttribute,如DataGridView,此类控件用于显示数据列表(或表)。
允许您在DataGridView控件中查看并更改列。
DataGridView控件支持标准Windows窗体数据绑定模型,因此可绑定到各种数据源。
DataGridView控件允许您在控件中绘制各个单元格和行。
DataGridView控件提供了多种列类型,使得用户可以通过多种方式输入和编辑值。
描述可以如何选定DataGridView控件的单元格。
下面的过程需要“Windows应用程序”项目中带有一个窗体,窗体中包含DataGridView控件。
下面的过程要求一个带有窗体的“Windows应用程序”项目,且窗体中包含DataGridView控件。
“ReadXML”按钮将XML文件读入数据集并对DataGridView设置将其绑定到该数据集的属性。
DataGridView控件具有一些与行相关的事件和属性,可以用于自定义其DataGridViewRow对象的行为。
创建一个SetupDataGridView方法以设置DataGridView的列和属性。
本主题描述调用DataGridView控件的一些常用方案。
如果此行与一个DataGridView控件关联,设置此属性将引发RowErrorTextChanged事件。
测试该应用程序将导致DataGridView发出错误消息,指示开发人员处理DataError事件。
演示如何验证用户输入DataGridView控件的数据。
在Windows窗体应用程序中,用于显示从数据库中检索到的数据的主要用户界面控件为DataGridView。
下面的代码示例演示此属性在主要用于显示的DataGridView控件中的用法。
用于导航记录的DataGridView控件和工具条(BindingNavigator)出现在窗体上。
DataGridView控件提供了单元格值与父列所显示的数据类型之间的自动转换。