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

WizardGroup.Name Property

Gets the name of a Wizard group.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value representing the group’s name.

Remarks

The group’s name is specified when a group is registered via the ChartWizard.RegisterGroup method.

To change the group’s name you have to unregister it first using the ChartWizard.UnregisterGroup method.

See Also