Skip to main content
A newer version of this page is available. .

WizardViewBase.ActiveButton Property

Returns the button that closes the current wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public SimpleButton ActiveButton { get; }

Property Value

Type Description
SimpleButton

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

See Also