Click or drag to resize

PFGridViewPlaceHolderHtmlHelper Constructor (HttpContext, PFGridViewSettings_Items, PFTranslations)

Initializes a new instance of the PFGridViewPlaceHolderHtmlHelper class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFGridViewPlaceHolderHtmlHelper(
	HttpContext context,
	PFGridViewSettings_Items settings,
	PFTranslations translations
)

Parameters

context
Type: System.WebHttpContext
settings
Type: Packflow.InterfacePFGridViewSettings_Items
translations
Type: Packflow.InterfacePFTranslations
See Also