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

WizardPage.Title Property

Gets or sets the title of this page. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public string Title { get; set; }

Property Value

Type Description
String

A String value that is the title of this page.

Remarks

See Pages to learn more.

See Also