Click or drag to resize

ExportItemColumnEditorInit Method

Initialize must be called before using this object. After initialization, you must call Attach(IListViewEx) with corresponding list view.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void Init(
	IGenericExportHandler parent,
	string conf
)

Parameters

parent
Type: CTExtensions.ExportCore.ExportHandlerIGenericExportHandler
conf
Type: SystemString
Configuration of the main model in the List View; each configuration has its own.
See Also