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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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