ComponentOne Wizard for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Wizard Namespace / C1Wizard Class / StepHeaderTemplate Property

In This Topic
    StepHeaderTemplate Property
    In This Topic
    HTML template for step header when a new panel is added with the add method or when creating a panel for a remote panel on the fly.
    Syntax
    'Declaration
     
    Public Property StepHeaderTemplate As System.String
    public System.string StepHeaderTemplate {get; set;}
    See Also