Click or drag to resize
UniMatrixGenerateMatrixHeader Method
Generate header of the matrix.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void GenerateMatrixHeader(
	List<DataRow> matrixData,
	TableHeaderRow headerRow
)

Parameters

matrixData
Type: System.Collections.GenericListDataRow
Data of the matrix to be generated
headerRow
Type: System.Web.UI.WebControlsTableHeaderRow
Header row
See Also