TemplatedWizardStep::ContentTemplate Property
.NET Framework (current version)
Gets or sets the template for displaying the content of a step in a Wizard control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute((Wizard^::typeid))] property ITemplate^ ContentTemplate { virtual ITemplate^ get(); virtual void set(ITemplate^ value); }
Property Value
Type: System.Web.UI::ITemplate^An ITemplate object that contains the template for displaying the content of a step in a Wizard control.
.NET Framework
Available since 2.0
Available since 2.0
Show: