Gets or sets the template for the content area of the C1Splitter control.

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

Syntax

C#
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(ContentPanel))]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[MergablePropertyAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate ContentTemplate { get; set; }
Visual Basic (Declaration)
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<TemplateContainerAttribute(GetType(ContentPanel))> _
<NotifyParentPropertyAttribute(True)> _
<BrowsableAttribute(False)> _
<MergablePropertyAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property ContentTemplate As ITemplate
	Get
	Set

Remarks