Skip to main content

WizardPage.Title Property

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

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.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