Click or drag to resize
KaxDockContentContainer Property
Gets the control, where the ContentTemplate will be instantiated in.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Panel ContentContainer { get; }

Property Value

Type: Panel
Remarks
You can use this property to programmatically add controls to the content area. If you add controls to the ContentContainer the Text property will be ignored.
See Also