PagePorter Class Library

NavigationPage.NavSequence Property

Gets or sets a flag indicating that the page is the parent node of a Custom Link Bar.

[Visual Basic]
Public Property NavSequence As Boolean
[C#]
public bool NavSequence {get; set;}

Property Value

A flag indicating that the page is the parent node of a Custom Link Bar.

Remarks

A Custom Link Bar consists of a parent node with the NavSequence attribute and zero or more child pages with normal attributes. Those children cannot have children of their own, meaning that Custom Link Bars may only be one level deep.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace