DataGrid.CreateControlHierarchy(Boolean) Method

Definition

Creates the control hierarchy that is used to render the DataGrid.

C#
protected override void CreateControlHierarchy(bool useDataSource);

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.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1