Search Framework:
ICustomSettingsEditor
Namespace: WealthLab.WPF
Parent:

The ICustomSettingsEditor interface is implemented by custom editor panels that edit the configuration of a Configurable object that uses ConfigurableType.VanillaString. It provides access to the configuration string being edited and to the host that manages the editing session.

Members
ConfigString
string ConfigString { get; set; }

Gets or sets the configuration string being edited by the custom settings editor.


Host
ICustomSettingsHost Host { get; set; }

Gets or sets the ICustomSettingsHost instance associated with the editor. The editor can use the Host to communicate changes back to the component hosting the custom settings interface.