smartDBforms.NET API Reference

TemplatesUserControl Members

TemplatesUserControl overview

Protected Instance Constructors

TemplatesUserControl Constructor Initializes a new instance of the TemplatesUserControl class.

Protected Instance Properties

DataBindItem Returns the DataBindItem instance, which describes the current value and also provides meta information about the respective data column. Used during data binding only.

Protected Instance Methods

AdHocProperty Gets the value of the property with the specified name from the AdHocProperties collection of the parent BaseSmartDBControl. If the property does not exists null(Nothing) is returned.
GetLocalResourceString Gets a string from the Local .resx file. This is the corresponding .resx file in the App_LocalResources folder.
SelectTemplateID Determines the corresponding template holder control to be used for data display and editing. This method should be implemented by inheritors.
SendCustomEventToContainer Sends the specified custom event to the containing BaseSmartDBControl as an CustomEvent event. After SendCustomEventToContainer returns you can extract the return parameters if appropriate from customEvent.
TabIndex A helper method which adjusts the tab index according to the base tab index specified by the parent BaseSmartDBControl

See Also

TemplatesUserControl Class | Adillis.SmartDBForms.Templates Namespace