Class NavigationViewItem
Inheritance
System.Object
NavigationViewItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class NavigationViewItem
Constructors
NavigationViewItem()
Declaration
public NavigationViewItem()
Properties
Data
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
GetContent
Declaration
public NavigationViewItem.GetContentDelegate GetContent { get; set; }
Property Value
Type | Description |
---|---|
NavigationViewItem.GetContentDelegate |
IsFirst
Declaration
public bool IsFirst { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |