NavigationPage.title

Set title property.

  1. string title [@property getter]
  2. string title [@property setter]
    class NavigationPage
    @property
    void
    title
    (
    string propval
    )

Parameters

propval string

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.