C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewHeaderCell Class / C1GridViewHeaderCell Constructor
The C1BaseField that contains the current cell.

In This Topic
C1GridViewHeaderCell Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewHeaderCell class.
Syntax
'Declaration
 
Public Function New( _
   ByVal containingField As C1BaseField _
)
 

Parameters

containingField
The C1BaseField that contains the current cell.
See Also