TemplatedWizardStep.CustomNavigationTemplateContainer Property

Definition

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

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.

Applies to

See also