Click or drag to resize

IWizardTemplateCaption Property

Gets/sets the caption to use for the page. See also Description. By default the Caption text item for the page's PageInfo is used, but this can be overridden by setting this property. The Caption can be set programmatically as late in the page life-cycle as PreRender and therefore typically during the WizardBeforePageLoad(Object, WizardPageEventArgs) or WizardPageLoad(Object, WizardPageEventArgs) events.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Caption { get; set; }

Property Value

Type: String
See Also