BaseDataList.CreateControlHierarchy(Boolean) Method

Definition

When overridden in a derived class, creates the control hierarchy for the data listing control with or without the specified data source.

protected:
 abstract void CreateControlHierarchy(bool useDataSource);
protected abstract void CreateControlHierarchy (bool useDataSource);
abstract member CreateControlHierarchy : bool -> unit
Protected MustOverride Sub CreateControlHierarchy (useDataSource As Boolean)

Parameters

useDataSource
Boolean

true to use the control's data source; otherwise, false.

Remarks

The CreateControlHierarchy method is a helper method used by a derived class to create its control hierarchy.

Notes to Implementers

When you create a data listing control that derives from BaseDataList, you must override the CreateControlHierarchy(Boolean) method to create the control hierarchy for the derived data listing control.

Applies to