DataGridCustomcheckBoxAdd Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public CheckBox[] checkBoxAdd(
	string Header,
	string Name,
	Object[] bindingSource,
	string valuePath,
	int width = 0
)

Parameters

Header  String
 
Name  String
 
bindingSource  Object
 
valuePath  String
 
width  Int32  (Optional)
 

Return Value

CheckBox

See Also