Click or drag to resize

PFObjectViewHtmlHelperObject_GetRowCheckboxCellHtml Method

Gets a cell containing a checkbox for a data row.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html Object_GetRowCheckboxCellHtml(
	IHtmlString customAttributes,
	bool enabled = true
)

Parameters

customAttributes
Type: System.WebIHtmlString
enabled (Optional)
Type: SystemBoolean

Return Value

Type: Html
See Also