Click or drag to resize
BasicDataListCreateControlHierarchy Method
Creates a control hierarchy with or without the specified data source.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected override void CreateControlHierarchy(
	bool useDataSource
)

Parameters

useDataSource
Type: SystemBoolean
Indicates whether use data source
See Also