NavigationPage.title

Get title property.

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

Return Value

Type: 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.