Skip to main content

WizardViewBase.ActiveButton Property

Returns the button that closes the current wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public SimpleButton ActiveButton { get; }

Property Value

Type Description
SimpleButton

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

See Also