DataColumnHeaderTemplate Constructor

Initializes a new instance of the DataColumnHeaderTemplate class

Definition

Namespace: Centralpoint.Web.UI.Console
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public DataColumnHeaderTemplate(
	CpPage page,
	int index,
	GridConfigurationsColumn column
)

Parameters

page  CpPage
 
index  Int32
 
column  GridConfigurationsColumn
 

See Also