TemplatedWizardStep::CustomNavigationTemplateContainer Property
.NET Framework (current version)
Gets the container that a Wizard control uses to create a CustomNavigationTemplate template for a step.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [BindableAttribute(false)] property Control^ CustomNavigationTemplateContainer { Control^ get(); internal: void set(Control^ value); }
Property Value
Type: System.Web.UI::Control^A Control that contains the CustomNavigationTemplate template for a step.
| Exception | Condition |
|---|---|
| NullReferenceException | If CustomNavigationTemplate has no content. |
Although the syntax includes setting the CustomNavigationTemplateContainer property, it is for internal use only, so the property is effectively read-only. Your code should verify that the 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 BindableAttribute.
.NET Framework
Available since 2.0
Available since 2.0
Show: