Click or drag to resize

PFItemHtmlHelperEnableGridViewCheckboxes Method

Determines if the checkboxes are enabled in the gridview with the specified name.

By default, returns false.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual bool EnableGridViewCheckboxes(
	string gridViewName
)

Parameters

gridViewName
Type: SystemString

Return Value

Type: Boolean
See Also