PagePorter Class Library

FpLinkBar.IncludeHome Property

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

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

Property Value

Whether or not to include the Home page.

Remarks

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

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace