HtmlDxDataGridColumnDescription.

ValueRetriever Property

Summary

Gets a function for retrieving the value of the column.

Syntax

public Func<IIssue, object> ValueRetriever { get; }

Value

Type Description
Func<IIssue, object>
GitHub