Click or drag to resize

IWizardTemplateDescription Property

Gets/sets the description to use for the page. See also Caption. By default the Description text item for the page's PageInfo is used, but this can be overridden by setting this property. Note that unless DescTwoPart is set, this Description is ignored and that of the current PageElementInfo is used. At this time, if the Description is to be set programmatically, it must be set quite early in the page life-cycle, typically during the WizardBeforePageLoad(Object, WizardPageEventArgs) event (the WizardPageLoad(Object, WizardPageEventArgs) event is too late).

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

Property Value

Type: String
See Also