AutoPaneSelection | Indicates whether the folder allows automatic pane selection.
If the folder allows automatic pane selection, when you click on a folder, the UI API automatically set the form pane level to the pane level bound to the folder. |
Caption | The folder caption. |
DataBind | The DataBind object tied to this item. |
Item | The item properties of the folder. You can get the item that specifics the folder, and set the item properties if necessary. |
Pane | Associated pane level of the folder. |
Selected | Indicates whether the folder is selected. |
ValOff | The data source value when the item is not selected.
Setting the data source with this value deselects the checkbox. If the checkbox is deselected by the user, the data source is set with this value. |
ValOn | The data source value when the item is selected.
Setting the data source with this value selects the checkbox. If the checkbox is selected by the user, the data source is set with this value. |
ClickAfter | The event occurs after the main mouse button was clicked. |
ClickBefore | The event occurs before the main mouse button was clicked. |
DoubleClickAfter | The event occurs after the main mouse button was double clicked. |
DoubleClickBefore | The event occurs before the main mouse button was double clicked. |
PressedAfter | The event occurs after the item was pressed, that is, a mouse is released within an item. |
PressedBefore | The event occurs before the item was pressed. |