ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItem Class / Template Property

In This Topic
    Template Property (C1CarouselItem)
    In This Topic
    Gets or sets the content template used to display the content of the control's item.
    Syntax
    'Declaration
     
    Public Property Template As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate Template {get; set;}
    See Also