<< Click to Display Table of Contents >> Navigation: Components > Tabs |
Tabs represents a tab control with dynamic set tabs. There are three ways of defining tab set:
1. Dictionary property. Tabs will be created from dictionary values.
2. SQL query. Query should return one field named Caption and any number of additional fields which values may be used by detail controls.
3. XML. Instead of SQL query you can define a number of XML elements. Example:
<item id="1" caption="First"/>
<item id="2" caption="Second"/>
<item id="3" caption="Third"/>
There is three display styles: underline, tabs, pills. Default value is underline.
Unlike Pages, Tabs do not contain child controls for each page, there is only one set of children.
When tab is changed it notifies child and detail controls, but do not force reload of child controls.
Designer