Dialog for ASP.NET Web Forms
Content Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Dialog Namespace > C1Dialog Class : Content Property
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