PagePorter Class Library

FpLinkBar.IncludeUp Property

Gets or sets a value that indicates whether or not to include the parent page.

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

Property Value

Whether or not to include the parent page.

Remarks

This is the second-highest priority display property. If a link to the Up page would have otherwise been displayed based on the other properties, the "[Up]" link is displayed instead. With the exception of Arrows and CustomArrows, the "[Up]" link is displayed first in the link bar, or immediately following the "[Home]" link if present.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace