Click or drag to resize

NavigationItemContent Property

Gets the content for the pane.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Control Content { get; set; }

Property Value

Type: Control
The pane's content.

Implements

INavigationItemContent
See Also