NavigationItem.PageType Property

Definition

Gets the type of page that is associated with the navigation item.

public:
 property Type ^ PageType { Type ^ get(); };
public Type PageType { get; }
member this.PageType : Type
Public ReadOnly Property PageType As Type

Property Value

The type of page.

Remarks

If you need to make a type comparison for the page, use this property instead of the Page property to avoid inadvertently creating an instance of the IModulePage interface.

Applies to