 | ExportItemColumnEditorInit Method |
Initialize must be called before using this object. After initialization,
you must call Attach(IListViewEx)
with corresponding list view.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void Init(
IGenericExportHandler parent,
string conf
)
Public Sub Init (
parent As IGenericExportHandler,
conf As String
)
Parameters
- parent IGenericExportHandler
- conf String
- Configuration of the main model in the List View; each configuration has its own.
See Also