Back to Devexpress

BaseWelcomeWizardPage.ProceedText Property

windowsforms-devexpress-dot-xtrawizard-dot-basewelcomewizardpage.md

latest1.5 KB
Original Source

BaseWelcomeWizardPage.ProceedText Property

Gets or sets the text displayed at the page’s bottom.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DXCategory("Appearance")]
public virtual string ProceedText { get; set; }
vb
<DXCategory("Appearance")>
Public Overridable Property ProceedText As String

Property Value

TypeDescription
String

A string value that specifies the text displayed within the page’s bottom.

|

Remarks

Setting the ProceedText property has no effect if the XtraWizard is painted in the WizardStyle.WizardAero style.

See Also

AllowHtmlText

BaseWelcomeWizardPage Class

BaseWelcomeWizardPage Members

DevExpress.XtraWizard Namespace