NavigationItem class
namespace: Serenity.Navigation assembly: Serenity.Net.Core
A node in a navigation tree model
public class NavigationItem
Public Members
| name | description |
|---|---|
| NavigationItem() | The default constructor. |
| Children { get; } | List of children |
| FullPath { get; set; } | Full path of the item |
| IconClass { get; set; } | Icon class |
| IsSection { get; set; } | True if this is a navigation section |
| ItemClass { get; set; } | Item class |
| Parent { get; set; } | Parent navigation item |
| Target { get; set; } | Target window to open the link, e.g. "_blank" |
| Title { get; set; } | Title |
| Url { get; set; } | URL |
See Also
- Source: NavigationItem.cs