
A PageHeader is an area at the top of a view that can contain a title and PageHeaderAreas . You can insert muliple additional controls into PageHeaderAreas .
Description of UI Element Properties
textDirection
Specifies the text direction. This enables the labels for the PageHeader to be used with languages that require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection .
|
inherit |
The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element. |
|
ltr |
The text runs from left to right. |
|
rtl |
The text runs from right to left. |
The default value is inherit.
title
Specifies the title.
Properties Overview
|
Name |
Interface |
Type |
Initial Value |
Bindable |
|
enabled |
IWDUIElement |
boolean |
true |
bindable |
|
textDirection |
IWDPageHeader |
WDTextDirection |
inherit |
bindable |
|
title |
IWDPageHeader |
String |
bindable |
|
|
tooltip |
IWDUIElement |
String |
bindable |
|
|
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |