WizardPage.Description Property
Gets the text of a banner in the upper section of the page, describing the page and available user activities.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
String | A String, representing the text of a description. |
Remarks
The page’s description is specified when a page is created and registered via the WizardGroup.RegisterPage method.
To change the description, first unregister the page using the WizardGroup.UnregisterPage method.
See Also