Click or drag to resize
Wizard .NET Library

WizardPageContainerBackButton Property

Gets or sets the button assigned to control backing up through the pages.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public ButtonBase BackButton { get; set; }
Request Example View Source

Property Value

Type: ButtonBase
The back button control.
See Also