Share via


NavigationPage Class

Definition

Provides access to the bread crumb bar for navigation pages on the Tizen platform.

public ref class NavigationPage abstract sealed
public static class NavigationPage
type NavigationPage = class
Public Module NavigationPage
Inheritance
NavigationPage

Fields

HasBreadCrumbsBarProperty

Bindable property for attached property HasBreadCrumbsBar.

Methods

GetHasBreadCrumbsBar(BindableObject)

Returns a Boolean value that tells whether the navigation page has a bread crumb bar.

HasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>)

Returns a Boolean value that tells whether the navigation page has a bread crumb bar.

SetHasBreadCrumbsBar(BindableObject, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

Applies to