DataGrid.CreateControlHierarchy(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the control hierarchy that is used to render the DataGrid.
protected:
override void CreateControlHierarchy(bool useDataSource);
protected override void CreateControlHierarchy (bool useDataSource);
override this.CreateControlHierarchy : bool -> unit
Protected Overrides Sub CreateControlHierarchy (useDataSource As Boolean)
Parameters
- useDataSource
- Boolean
Whether to use the data source to generate columns automatically or to use saved state.
Exceptions
useDataSource
is true
, the value of VirtualItemCount is not set, and the selected data source does not implement the ICollection interface.
-or-
useDataSource
is true
and the data source has an invalid CurrentPageIndex property.
Remarks
This implementation assumes that all the children in the controls collection have already been cleared.