System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplateContainer Property

Gets the container that a System.Web.UI.WebControls.Wizard control uses to create a TemplatedWizardStep.CustomNavigationTemplate template for a step.

Syntax

[System.ComponentModel.Bindable(false)]
public System.Web.UI.Control CustomNavigationTemplateContainer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Although the syntax includes setting the TemplatedWizardStep.CustomNavigationTemplateContainer property, it is for internal use only, so the property is effectively read-only. Your code should verify that the TemplatedWizardStep.CustomNavigationTemplateContainer property is not null before referencing it.

This property is not bindable in visual designers, but is bindable at runtime. For more information, see System.ComponentModel.BindableAttribute.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0