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 [ObsoleteAttribute("Use GetBlockGridView instead.")]
public WebFormGridView FindBlockGridView(
string gridViewName
)
Parameters
- gridViewName
- Type: SystemString
Name of the gridview.
Return Value
Type:
WebFormGridViewWebFormGridViewSee Also