Determines the corresponding template holder control to be used for data display and editing. This method should be implemented by inheritors.
The ID of a TemplateHolder control that will be used to display the data. A TemplateHolder with such an id should exists in this TemplatesUserControl instance.
If TemplateSelectorType has been specified then the specified type is instantiated and is used instead of this method. TemplateSelectorType allows the template selection to be used also in design-time. This makes BaseSmartDBControl to render the proper user interface during design-time.
TemplatesUserControl Class | Adillis.SmartDBForms.Templates Namespace