WizardPage.Label Property
Get the text string which is displayed to the right of the image, which symbolizes the page in the ChartWizard sidebar.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
String | A String value, representing the text of a wizard page’s label. |
Remarks
The text of a page label is passed as a parameter when a page is created and registered via the WizardGroup.RegisterPage method.
To change the label’s text, first unregister the page using the WizardGroup.UnregisterPage method.
See Also