Click or drag to resize

ListViewConfig Constructor (String, String, String, ListDataGrid)

Initializes a new instance of the ListViewConfig class. Constructor with parameter

Namespace:  SOWIData.Management
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public ListViewConfig(
	string pAppName,
	string pUserName,
	string pViewName,
	List<DataGrid> pDataGrid
)

Parameters

pAppName
Type: SystemString
App name
pUserName
Type: SystemString
User name
pViewName
Type: SystemString
View name
pDataGrid
Type: System.Collections.GenericListDataGrid
Data Grid View object for fields handling (see Fields)
See Also