TemplatedWizardStep::CustomNavigationTemplate Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TemplateContainerAttribute((Wizard^::typeid))]
property ITemplate^ CustomNavigationTemplate {
	virtual ITemplate^ get();
	virtual void set(ITemplate^ value);
}

Property Value

Type: System.Web.UI::ITemplate^

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

.NET Framework
Available since 2.0
Return to top
Show: