Skip to main content
A newer version of this page is available. .

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.v18.2.Wizard.dll

Declaration

public string Label { get; }

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