HtmlDxDataGridColumnDescription.

HtmlDxDataGridColumnDescription(string, Func<IIssue, object>) Constructor

Summary

Initializes a new instance of the HtmlDxDataGridColumnDescription class.

Syntax

public HtmlDxDataGridColumnDescription(string id, Func<IIssue, object> valueRetriever)

Parameters

Name Type Description
id string Id of the column.
valueRetriever Func<IIssue, object> Function for retrieving the value of the column.

Return Value

Type Description
void
GitHub