ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPane Class / Content Property

In This Topic
    Content Property (C1AccordionPane)
    In This Topic
    Gets or sets the content of a ContentControl.
    Syntax
    'Declaration
     
    Public Property Content As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate Content {get; set;}
    See Also