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) Version: 25.0
Syntax
public void Init(
	IGenericExportHandler parent,
	string conf
)

Parameters

parent  IGenericExportHandler
conf  String
Configuration of the main model in the List View; each configuration has its own.
See Also