Skip to main content

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 'tabitems' JSON

Used to add, edit, or delete tabs

Display NameBackend NameData TypeDescription
HeaderheaderStringDefines the display name of the tab header.
DisabledisableBooleanEnables or disables the tab. When true, the tab cannot be accessed.
HidehideBooleanControls whether the tab is visible to the user.
IconsiconStringSpecifies an icon to display in the tab header.
Icon PositioniconPositionsStringSets the icon position in the tab header. Possible values: top, bottom, left, right.

Wizard View 'iswizard' boolean

Allows users to change the wizard mode.

Tabpage Animation 'tpanimation' string

Allows users to select the tab page animation, like ZoomIn, ZoomOut, etc.,

Header Placement 'tpheaderPlacement' string

Allows users to set the header placement for the control (top, bottom, left, or right).

Design Type 'tabdsgtyp' string

Allows users to set the type of tab design.

Tab Layout 'tlayout' string

Allows users to customize the tab button layout.

Events

Applicable event is OnSelected


Methods

No specific methods for Tab Page