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

In This Topic
    Content Property (C1Dialog)
    In This Topic
    Gets or sets the template for the content area of the C1Dialog control.
    Syntax
    'Declaration
     
    Public Property Content As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate Content {get; set;}
    Remarks
    Use the ContentTemplate property to control the contents of the dialog window. To specify a template for the dialog, reset the ContentUrl property, place the <ContentTemplate> tags between the opening and closing tags of the control. You can then list the contents of the template between the opening and closing <ContentTemplate> tags.
    See Also

    Reference

    C1Dialog Class
    C1Dialog Members
    C1Window