Back to Devexpress

WizardViewBase.ActiveButton Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-dot-wizardviewbase.md

latest1.3 KB
Original Source

WizardViewBase.ActiveButton Property

Returns the button that closes the current wizard page.

Namespace : DevExpress.DataAccess.UI.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public SimpleButton ActiveButton { get; }
vb
Public ReadOnly Property ActiveButton As SimpleButton

Property Value

TypeDescription
SimpleButton

A SimpleButton object, specifying the “Next” or “Finish” button.

|

See Also

WizardViewBase Class

WizardViewBase Members

DevExpress.DataAccess.UI.Wizard.Views Namespace