Parent: UserControl
The CustomSettingsPanel class allows Historical Data Provider extension authors to define their own configuration user interface for their Provider in the Data Manager.
Override this method to return a single string that represents the configuration state of your CustomSettingsPanel user interface.
Contains the instance of the DataProviderBase that instantiated this CustomSettingsPanel.
Returns an instance of the ICustomSettingsHost interface, which allows the CustomSettingsPanel to communicate back to the WL8 Data Manager when the user changes something in the user interface. Make this call whenever an input field in the CustomSettingsPanel UI is changed by the user.
Overide thid method to take the incoming configuration string (config parameter) and populate the values of your CustomSettingsPanel user interface.