ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Splitter Namespace / SplitterPanel Class / ContentTemplate Property

In This Topic
    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