BackButton
A BackButton control displays a button that users can click. It is similar to the regular Button control but it is meant for a very specific purpose: to allow users to go back. Therefore, it lacks most of the properties that the regular Button control has. The BackButton control is displayed as a left arrow icon.
The BackButton control does not have any inherent rules about what "going back" means. You must implement this functionality in the Click property.
The ApplicationHeader.Back placeholder that page substructures provide is the preferred placeholder for a BackButton control.
Properties
|
Name |
Description |
Default |
|---|---|---|
|
Events | ||
|
Click |
Specify the JavaScript that SPEAK executes when a user clicks the button. | |