TemplatedWizardStep.CustomNavigationTemplateContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container that a Wizard control uses to create a CustomNavigationTemplate template for a step.
public:
property System::Web::UI::Control ^ CustomNavigationTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control CustomNavigationTemplateContainer { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomNavigationTemplateContainer : System.Web.UI.Control
Public ReadOnly Property CustomNavigationTemplateContainer As Control
Property Value
A Control that contains the CustomNavigationTemplate template for a step.
- Attributes
Exceptions
If CustomNavigationTemplate has no content.
Remarks
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.