Click or drag to resize

WebFormGetBlockGridView Method (String)

Gets a block gridview by its name.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public WebFormGridView GetBlockGridView(
	string gridViewName
)

Parameters

gridViewName
Type: SystemString
Name of the gridview.

Return Value

Type: WebFormGridView
WebFormGridView
See Also