NavigationPage.title

string title() @property

Get title property.

Returns

The page title.

It's displayed in class@HeaderBar instead of the window title, and used as the tooltip on the next page's back button, as well as by screen reader.

void title(string propval) @property

Set title property.

Parameters

propvalThe page title. It's displayed in class@HeaderBar instead of the window title, and used as the tooltip on the next page's back button, as well as by screen reader.