Skip to content

Tab

Overview

The Tab control type is used to visually separate fields within the container.

Note the similarity to the Page control, which allows for visual separation of data but additionally creates a new container and database table.

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Must be set to System.String.

  • ControlType: Must be set to Tab.

  • ControlGroup: The name of the Group that will display on this tab.

Optional Fields