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

In This Topic
    ItemContent Property
    In This Topic
    Gets or sets the template for the content area of the C1Carousel control.
    Syntax
    'Declaration
     
    Public Property ItemContent As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate ItemContent {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