DirectDisplay
Determines whether the control is displayed directly in the View or used as a pop-up. The pop-up opens by the function openTimespanPicker and closes by the function closeTimespanPicker.
Schema: tchmi:general#/definitions/Boolean
Attribute getter
public getDirectDisplay(): boolean;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setDirectDisplay(valueNew: boolean | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.750 |
