Represents a cell template.
| Name | Type | Description |
|---|---|---|
| CssClass | string |
Gets or sets the CSS class of the cell. |
| Template | RenderFragment |
Gets or sets the template used to render the cell. |
| Method | Type | Description |
|---|---|---|
| Create (RenderFragment template, string cssClass) | GridCellTemplate |
Creates a new instance of the GridCellTemplate class. |