| ImageEn, unit iexFolderTree |
|
TIEFolderTree.DesignTimeView
Declaration
property DesignTimeView: TIEDesignTimeView;
Description
Specifies what content is displayed within the component when editing in the IDE. This allows you to preview the design-time properties.
To show the preview at run-time, call
ShowDesignPreview
| Value | Description |
| dvBlank | Control is blank at design time |
| dvDemoPreview | Only root folder is shown at design-time |
| dvLivePreview | Live content is shown at design-time |
Default: dvDemoPreview