Specifies the description of the current wizard page.
Namespace:DevExpress.DataAccess.UI.Wizard.Views
Assembly:DevExpress.DataAccess.v17.2.UI.dll

Syntax
C# |
public override string HeaderDescription { get; }
|
VB |
Overrides Public ReadOnly Property HeaderDescription As String
|
Property value
Type: String
A System.String value that specifies the page description.

See Also