Click or drag to resize

PFObjectViewHtmlHelperHeader_GetRowCellHtml Method

Gets a cell for the header.

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 Header_GetRowCellHtml(
	string fieldName,
	string fieldType,
	Html caption,
	int width = 0,
	Nullable<PFQueryOrderType> orderSign = null,
	bool canSort = true,
	bool canFilter = true,
	string cannotSortFilterMessage = null
)

Parameters

fieldName
Type: SystemString
fieldType
Type: SystemString
caption
Type: MicaSystems.UtilsHtml
width (Optional)
Type: SystemInt32
orderSign (Optional)
Type: SystemNullablePFQueryOrderType
canSort (Optional)
Type: SystemBoolean
canFilter (Optional)
Type: SystemBoolean
cannotSortFilterMessage (Optional)
Type: SystemString

Return Value

Type: Html
See Also