Click or drag to resize
UniMatrixGenerateMatrixBody Method
Generate body of the matrix.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void GenerateMatrixBody(
	List<DataRow> matrixData,
	Table tblMatrix
)

Parameters

matrixData
Type: System.Collections.GenericListDataRow
Data of the matrix to be generated
tblMatrix
Type: System.Web.UI.WebControlsTable
Matrix table
See Also