Summary
Initializes a new instance of the
HtmlDxDataGridColumnDescription
class.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Html
Dx Data Grid Column Description
Syntax
public HtmlDxDataGridColumnDescription(string id, Func<IIssue, object> valueRetriever)
Parameters
Name | Type | Description |
---|---|---|
id | string | Id of the column. |
valueRetriever | Func |
Function for retrieving the value of the column. |
Return Value
Type | Description |
---|---|
void |