HeaderBar.showBackButton

bool showBackButton() @property

Get showBackButton property.

Returns

Whether the header bar can show the back button.

The back button will never be shown unless the header bar is placed inside an class@NavigationView. Usually, there is no reason to set this to FALSE.

void showBackButton(bool propval) @property

Set showBackButton property.

Parameters

propvalWhether the header bar can show the back button. The back button will never be shown unless the header bar is placed inside an class@NavigationView. Usually, there is no reason to set this to FALSE.