房源开发网站,九江网站网站建设,东莞做网站哪个公司最好,电商数据网站WinForms数据网格#xff08;GridControl类#xff09;是一个数据感知控件#xff0c;可以以各种格式#xff08;视图#xff09;显示数据。本主题包含以下部分#xff0c;这些部分将指导您如何使用网格控件及其视图和列#xff08;字段#xff09;。
Grid Control’s…WinForms数据网格GridControl类是一个数据感知控件可以以各种格式视图显示数据。本主题包含以下部分这些部分将指导您如何使用网格控件及其视图和列字段。
Grid Control’s Views -网格控件的视图Select a View -选择视图Supply Data for Views and Populate Column Collection -为视图提供数据并填充列集合Access and Customize Views and Columns at Design Time -在设计时访问和自定义视图和列Access and Customize Views and Columns in Code -访问和自定义代码中的视图和列Layout of Columns and Bands (in Grid Views and Banded Grid Views) -柱和标注栏的布局在轴网视图和标注栏轴网视图中Learn More
Grid Control’s Views -网格控件的视图
The WinForms Data Grid control supports multiple data presentation formats.
Tabular表格Banded tabular带状表格Cards卡Windows UI-inspired TilesWindows UI启发的互动程序Windows Explorer-inspired UIWindows资源管理器启发的用户界面
上面的显示格式由Views封装Views是可以嵌入到数据网格中的可视化组件。 为“网格”控件指定适当的“视图”以便以特定方式显示数据。使用视图的属性、事件和方法可以自定义视图的外观。
Grid View (GridView class)
Grid View
待续。。。