Click or drag to resize

NavigationItem Class

Item for a pane on a Navigation control.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class NavigationItem : ListItem, 
	INavigationItem, IListItem

The NavigationItem type exposes the following members.

Constructors
  NameDescription
Public methodNavigationItem
Initializes a new instance of the NavigationItem class
Top
Properties
  NameDescription
Public propertyContent
Gets the content for the pane.
Top
Remarks
This defines an item on a Navigation control that contains the item's content and title.
See Also