NavigationItem Class Properties
For a list of all members of this type, see NavigationItem members.
Public Properties
Name | Description | |
---|---|---|
AccessLevel | Gets or sets a value indicating the Access Level of the Navigation Item. | |
AreaName | Gets or sets Current Area. | |
AssetName | Gets or sets the Current Asset. | |
ChildCount | Gets the count of children | |
Errors | Gets or sets the errors for this Navigation Item. | |
FirstChild | Gets the first child to this Navigation Item in the context of a Navigation Model. | |
HasErrors | Gets or sets a value indicating whether the Navigation Item has any errors. | |
HasItems | Gets a value indicating whether this Navigation Item has child navigation items. | |
Items | Gets the immediate child items collection of this instance. | |
LoggedInUserRoles | Gets or sets a value indicating the LoggedInUserRoles of the Navigation Item. | |
Name | Gets or sets the actual name of the Navigation Item. | |
NavItemType | Gets a value indicating the nature of the navigation item. | |
NextSibling | Gets the next sibling to this Navigation Item in the context of a Navigation Model. | |
NextSiblingCount | Gets the count of next siblings to this Navigation Item in the context of a Navigtaion Model. | |
Parent | Gets or sets the Parent of the Navigation Item. | |
Path | Gets a value indicating the full path of the Navigation Item in the context of a Navigation Model. | |
PreviousSibling | Gets the previous sibling to this Navigation Item in the context of the Navigation Model. | |
PreviousSiblingCount | Gets the count of previous siblings to this Navigation Item in the context of a Navigtaion Model. | |
Title | Gets or sets the Friendly Name of the Navigation Item that needs to be shown on Navigation aware control items. |
See Also