A Page. Data that directly belong to an object are displayed as pages.
A Page. Data that directly belong to an object are displayed as pages. There is at least one default page and one additional info page on each object. Furthermore, data additions such as the budget of a project, associated addresses, etc. are displayed on individual pages.
| Name | Type | Description | Default | Min | Max |
|---|---|---|---|---|---|
| Appearance | String | Can be set to change visual styling. Possible values will be shown in the Appearances section if available. | null | - | - |
| FlexWidth | Integer | How flexible the control's width can be made in relation to the other controls of the same parent. | 1 | 0 | 100 |
| HasFocus | Boolean | Whether or not the page is focused. | False | - | - |
| Header | String | Page title displayed on the very top. | "" | - | - |
| HorizontalAlignment | HorizontalAlignment | Determines how the control is horizontally sized and positioned relative to its containing controls. | Stretch | - | - |
| IsFirstPage | Boolean | Whether or not this is the first page. | False | - | - |
| LabelWidth | Double | The width of the label part of this control or its subcontrols (if they don't override this value) in device-indepentent pixels. | 105 | - | - |
| ShowErrors | Boolean | Gets or sets a value indicating whether this element should show errors. | False | - | - |
| ShowSystemToolTips | Boolean | Gets or sets a value indicating whether this element should show tooltips for the system ToolTipService. | False | - | - |
| VerticalAlignment | VerticalAlignment | Determines how the control is vertically sized and positioned relative to its containing control. | Stretch | - | - |
| Visible | Boolean | Whether the control is visible or not. | True | - | - |
| VisibleExpression | String | Expression used for the Visible property. | null | - | - |
| Width | Double | Fixed width of the control. | NaN | - | - |
| WidthFraction | Double | The control width in relation to his layout width. | 1 | 0 | 1 |