Tab node has the following properties:
Tab control's name. This property is required in order to identify it from other tab objects within the tabs control.
Tab's title. Specifies the title that will be displayed on top of the tab.
At runtime, we will visualize what follows:
Tab node has only one child as a node, and it is a Table with the same properties and children of main the Table nodes within the same object.
If you want to read more information about Tabs functionality, follow this link: Tabs Control
|