Back to Devexpress

WizardPage.Title Property

wpf-devexpress-dot-xpf-dot-controls-dot-wizardpage.md

latest1.2 KB
Original Source

WizardPage.Title Property

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

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

A String value that is the title of this page.

|

Remarks

See Pages to learn more.

See Also

Pages

WizardPage Class

WizardPage Members

DevExpress.Xpf.Controls Namespace