|
|
Initializes a new instance of the SmartDBLabel class. |
| Collection of named adhoc properties, used to pass custom information to the underlying template. The interpretation of the information is up to the template implementation. | |
| Used to pass custom information to the underlying template. The interpretation of the information is up to the template implementation. | |
| Used to pass custom information to the underlying template. The interpretation of the information is up to the template implementation. | |
| Used to pass custom information to the underlying template. The interpretation of the information is up to the template implementation. | |
| The start tab index that is passed to the children at data bind time. This index is used as a base for their tab indexes. The the default value is 0. A value of 0 means the children will not have the default tab order, as determined by the browser Setting negative value disables tabbing for the child controls. | |
| The DataItem that is used during data binding. This data item is used by the template's child controls. | |
| The database field for which BaseSmartDBControl should generated user interface. Field should refer to an existing column in the databinding item. | |
| Forces the read-only user interface template to be used in edit mode. The default value is false. | |
| Forces the read-only user interface template to be used in insert mode. The default value is false. | |
| Forces the user interface template to ignore the database column AllowDBNull setting(if null values are allowed) and to always require user input. The default value is false. | |
| Returns the SmartDBView container of this control. | |
| The id of the template to use for rendering and extracting. The default value is empty string, which means that the proper template is selected automatically. | |
| The validation group for the validators that are contained in the template. |
| Sends the specified custom command to the current template. After SendCustomCommandToTemplate returns you can extract the out parameters from customCommand. The command causes the TemplateHolder of the current template to fire CustomCommand. |
| Allows the template developer to send custom events to the containing BaseSmartDBControl. When you handle this event you must determine your logic by inspecting the exact type of the Event property. One implementaion of this class is ValidateCustomEvent |
| Raises the CustomEvent event. |
SmartDBLabel Class | Adillis.SmartDBForms Namespace