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

In This Topic
    ItemsTemplate Property (C1ComboBox)
    In This Topic
    Gets or sets the template of the items.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate ItemsTemplate {get; set;}
    See Also