PFFormGridView_InlineActionHtml Property |
Gets or sets the HtmlHelper, providing all tools to generate form's parts, controls, etc.
In this case, the helper is used to generate the output message or row.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public PFItemHtmlHelper Html { get; set; }
<asp:PFFormGridView_InlineAction Html="PFItemHtmlHelper" />
Property Value
Type:
PFItemHtmlHelperSee Also