TemplatedWizardStep.CustomNavigationTemplate Property

Definition

Gets or sets the template for displaying the navigation user interface (UI) of a step in a Wizard control.

public:
 virtual property System::Web::UI::ITemplate ^ CustomNavigationTemplate { System::Web::UI::ITemplate ^ get(); void set(System::Web::UI::ITemplate ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.Wizard))]
public virtual System.Web.UI.ITemplate CustomNavigationTemplate { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
[<System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.Wizard))>]
member this.CustomNavigationTemplate : System.Web.UI.ITemplate with get, set
Public Overridable Property CustomNavigationTemplate As ITemplate

Property Value

An ITemplate object that contains the template for displaying the navigation UI of a step in a Wizard control.

Attributes

Applies to

See also