Click or drag to resize
KaxDockContentTemplate Property
Gets or sets the System.Web.UI.ITemplate that contains the controls which will be placed in the control content area.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate ContentTemplate { get; set; }

Property Value

Type: ITemplate
Remarks
You cannot set this property twice, or when you added controls to the ContentContainer. If you set ContentTemplate the Text property will be ignored.
See Also