WizardViewBase.ActiveButton Property
In This Article
Returns the button that closes the current wizard page.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public SimpleButton ActiveButton { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
See Also