TemplatedWizardStep.ContentTemplateContainer Property

Definition

Gets the container that a Wizard control uses to create a ContentTemplate template for a step.

public:
 property System::Web::UI::Control ^ ContentTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control ContentTemplateContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentTemplateContainer : System.Web.UI.Control
Public ReadOnly Property ContentTemplateContainer As Control

Property Value

A Control that contains the ContentTemplate template for a step.

Attributes

Remarks

Although the syntax includes setting the ContentTemplateContainer property, it is for internal use only, so the property is effectively read-only.

Applies to

See also