Class Tab.TabItemData

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

TabItemData is a class to record all data which will be applied to Tab item.

C#
Copy
public class TabItemData
Inheritance
Tab.TabItemData

Properties

View Source

Text

Text string in tab item view.

Declaration
C#
Copy
public string Text { get; set; }
Property Value
Type Description
System.String
API Level: 6