Click or drag to resize

WebFormFindBlockGridView Method

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use GetBlockGridView instead.")]
public WebFormGridView FindBlockGridView(
	string gridViewName
)

Parameters

gridViewName
Type: SystemString
Name of the gridview.

Return Value

Type: WebFormGridView
WebFormGridView
See Also