|
|
Initializes a new instance of the SmartDBView class. |
| The content of SmartDBView. This template holds all contained controls of SmartDBView. | |
| The content of SmartDBView when in Edit mode . This template holds all contained controls of SmartDBView. If this template is empty then the Content template is used. | |
| The content of SmartDBView when in Insert mode . This template holds all contained controls of SmartDBView. If this template is empty then the Content template is used. | |
| The content of SmartDBView when in ReadOnly mode. This template holds all contained controls of SmartDBView. If this template is empty then the Content template is used. | |
| Gets the current mode of SmartDBView | |
| Gets or sets the data-entry mode to which the SmartDBView control returns after an update, insert, or cancel operation. The default value is Edit | |
| The content that is used when the data source returns no data. This template is used when the OnEmptyData property is set to InsertMode. It appears instead of the Content template | |
| Returns true if the current mode is the same as DefaultMode. | |
| Returns true if the current mode is Edit. | |
| Returns true if the current mode is the Edit ReadOnly or Insert. | |
| Returns true if the current mode is Insert. | |
| Returns true if the current mode is different from DefaultMode. | |
| Returns true if the current mode is ReadOnly. | |
| Returns true if the current mode is the ReadOnly ReadOnly or Edit. | |
| Gets or sets a value that indicates the behaviour when the data source returns no records and the CurrentMode is not Insert. The default values is InsertMode. | |
| Gets a dictionary of name/value pairs, that contains the primary key values as were stored during data binding. | |
Get or sets the index of the data record to use. The default value is 0. Note Changing this property causes data binding of SmartDBView | |
| Gets the number of records in the data source that was used for data binding. | |
| Gets or sets a value that indicates if to store the initial values during data binding. The default values is AskDataSource |
Changes the current mode of SmartDBView. Note Changing the mode causes data binding of SmartDBView | |
| Changes the current mode of SmartDBView to Insert. | |
| Initiates the delete operation in the same way as if the delete button was pressed. | |
| Initiates the insert operation in the same way as if the insert button was pressed. | |
| Initiates the update operation in the same way as if the update button was pressed. | |
| Gets a dictionary that contains name/value pairs that are extracted from the user interface. | |
| Helper method. Changes RowIndex to the first record. | |
| Helper method. Changes RowIndex to the last record. | |
| Helper method. Changes RowIndex to the next record. | |
| Helper method. Changes RowIndex to the previous record. |
| Occurs after DataItem has been prepared and just before the child controls being databound. | |
| Occurs when a button within a SmartDBView control is clicked. | |
| Occurs after the delete operation has finished. | |
| Occurs before the delete operation has started. | |
| Occurs after the insert operation has finished. | |
| Occurs before the insert operation has started. | |
| Occurs after the update operation has finished. | |
| Occurs before the update operation has started. | |
| Occurs after the current mode has been changed. | |
| Occurs when the current mode is being changed, but before the mode changes. | |
| Occurs when an exception occurs during the select operation. | |
| Occurs after the values have been extracted. This happens during update and during insert. Just before ItemUpdating and ItemInserting events. |
| Raises the DataBindingChildren event. | |
| Raises the ItemCommand event. | |
| Raises the ItemDeleted event. | |
| Raises the ItemDeleting event. | |
| Raises the ItemInserted event. | |
| Raises the ItemInserting event. | |
| Raises the ItemUpdated event. | |
| Raises the ItemUpdating event. | |
| Raises the ModeChanged event. | |
| Raises the ModeChanging event. | |
| Raises the SelectError event. | |
| Raises the ValuesExtracted event. |
SmartDBView Class | Adillis.SmartDBForms Namespace