Create child controls from items.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected virtual void CreateChildControlsFromItems(
	bool dataBinding
)
Visual Basic (Declaration)
Protected Overridable Sub CreateChildControlsFromItems ( _
	dataBinding As Boolean _
)

Parameters

dataBinding
Type: System..::..Boolean
The value determines whether the databind method is performed.

See Also