ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1TemplateField Class / AlternatingItemTemplate Property

In This Topic
    AlternatingItemTemplate Property
    In This Topic
    Gets or sets the template for displaying the alternating items in a C1TemplateField object.
    Syntax
    'Declaration
     
    Public Overridable Property AlternatingItemTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate AlternatingItemTemplate {get; set;}
    See Also