View Properties
[TOC]
When no fields are currently selected on the View builder, there is a default property list.

The Data Source is the most significant property.
Appearance
| Properties | Description |
|---|---|
| BackColor | Specifies the default back color for the view. |
Data
| Properties | Description |
|---|---|
| DataSource | Species properties for Data Source. |
| DataSQL | Open up the Data Source. |
Design
| Properties | Description |
|---|---|
| Name | Name the view to be displayed in the tree. |
Events
| Properties | Description |
|---|---|
| OnDataRefresh | VW script runs after each data pull. |
| OnOpen | VW script run once when view is loaded. |
| OnResize | VW script run when viewer is resized. |
Fields
| Properties | Description |
|---|---|
| Fields | Can modify and save properties of the field used in the view. |
Internal
| Properties | Description |
|---|---|
| RequiresDataRefresh | Setting data refresh after certain event is occured. |
Layout
| Properties | Description |
|---|---|
| Size | Specifies the size of the page in the view. |
Misc
| Properties | Description |
|---|---|
| Psize | Default size for the view . |
Scripting
| Properties | Description |
|---|---|
| Functions | Properties for every function. |
Timer
| Properties | Description |
|---|---|
| Timers | Set timers for events. |