NavigationItem.NavigationData Property

Definition

Gets the arbitrary data that is used in the navigation item.

public:
 property System::Object ^ NavigationData { System::Object ^ get(); };
public object NavigationData { get; }
member this.NavigationData : obj
Public ReadOnly Property NavigationData As Object

Property Value

An object with arbitrary data.

Remarks

The returned data can represent anything the developer requires (for example, a user role). You can use this data when you navigate to or initialize a specific page. The value of this property can be null.

Applies to