Click or drag to resize
Wizard .NET Library

WizardPageContainerCancelButton Property

Gets or sets the button assigned to canceling the page flow.

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

Property Value

Type: ButtonBase
The cancel button control.
See Also