Click or drag to resize

GenericExportHandlerT, E, IGetAdditionalColumnsSetup2 Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual void GetAdditionalColumnsSetup2(
	IListViewEx oList,
	string configuration,
	out Dictionary<string, bool> oColsToAdd,
	out List<string> oColsToHide,
	out List<string> oEditableCols
)

Parameters

oList
Type: IListViewEx
configuration
Type: SystemString
oColsToAdd
Type: System.Collections.GenericDictionaryString, Boolean
oColsToHide
Type: System.Collections.GenericListString
oEditableCols
Type: System.Collections.GenericListString
See Also