ContentTemplate Property (SplitterPanel)
In This Topic
Gets or sets the template for the content area of the C1Splitter control.
Syntax
'Declaration
Public Property ContentTemplate As System.Web.UI.ITemplate
public System.Web.UI.ITemplate ContentTemplate {get; set;}
See Also