成员 | 说明 |
---|---|
GridControl.DataSource | 指定绑定数据源。 |
GridControl.DataMember | 指定把数据提供到网格控件的主视图的数据源成员。 |
GridControl.ServerMode | 启用 服务器模式 |
BaseView.DataSource | 返回其数据被显示在视图中的数据源。 |
ColumnViewOptionsBehavior.AutoPopulateColumns | 指定在视图中不包含任何列时,是否自动为下层数据源中的所有字段创建列。 |
BaseView.PopulateColumns | 从视图的绑定数据源的所有字段中,创建网格列/卡片字段。 |
GridControl.LevelTree | 允许创建细节视图来呈现特定的主/从关系。 |
GridControl.ShowOnlyPredefinedDetails | 指定 XtraGrid 是否只显示在 GridControl.LevelTree 中存在的关系。 |