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.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property ContentTemplate As ITemplate
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property ITemplate^ ContentTemplate {
ITemplate^ get ();
void set (ITemplate^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ContentTemplate : ITemplate with 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