GridTablesFactory::CreateGridTables Method (DataGridTableStyle^, Object^, String^, BindingContext^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the specified DataGridTableStyle in a one-element array.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static array<DataGridTableStyle^>^ CreateGridTables(
	DataGridTableStyle^ gridTable,
	Object^ dataSource,
	String^ dataMember,
	BindingContext^ bindingManager
)

Return Value

Type: array<System.Windows.Forms::DataGridTableStyle^>^

An array of DataGridTableStyle objects.

.NET Framework
Available since 1.1
Return to top
Show: