TemplatedWizardStep.CustomNavigationTemplate Property
.NET Framework (current version)
Gets or sets the template for displaying the navigation user interface (UI) of a step in a Wizard control.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(Wizard))>] abstract CustomNavigationTemplate : ITemplate with get, set [<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(Wizard))>] override CustomNavigationTemplate : ITemplate with get, set
Property Value
Type: System.Web.UI.ITemplateAn ITemplate object that contains the template for displaying the navigation UI of a step in a Wizard control.
.NET Framework
Available since 2.0
Available since 2.0
Show: