Overload | Description |
---|---|
ColumnManagerCell Constructor() | This constructor is reserved for internal use and is not intended to be used directly from your code. |
ColumnManagerCell Constructor(String) | Initializes a new instance of the ColumnManagerCell class specifying its field name. |
ColumnManagerCell Constructor(ColumnManagerCell) | Initializes a new instance of the ColumnManagerCell class specifying the template that will be used to create the ColumnManagerCells that will be contained within the ColumnManagerRow. |
ColumnManagerCell Constructor(Column) | Initializes a new instance of the ColumnManagerCell class specifying its parent column. |