Tab Page Control
A tab page control organizes content into tabs, allowing users to easily switch between different sections on the same screen.
Properties | Events | Methods
It specifies an input field where the user can enter data.
Properties
1. Custom
Tab Items
Used to add, edit, or delete tabs
| Display Name | Backend Name | Data Type | Description |
|---|---|---|---|
| Header | header | String | Defines the display name of the tab header. |
| Disable | disable | Boolean | Enables or disables the tab. When true, the tab cannot be accessed. |
| Hide | hide | Boolean | Controls whether the tab is visible to the user. |
| Icons | icon | String | Specifies an icon to display in the tab header. |
| Icon Position | iconPositions | String | Sets the icon position in the tab header. Possible values: top, bottom, left, right. |
Wizard View
Allows users to change the wizard mode.
Tabpage Animation
Allows users to select the tab page animation, like ZoomIn, ZoomOut, etc.,
Header Placement
Allows users to set the header placement for the control (top, bottom, left, or right).
Design Type
Allows users to set the type of tab design.
Tab Layout
Allows users to customize the tab button layout.
Events
Applicable event is OnSelected
Methods
No specific methods for Tab Page
