| DataRowValues Property |
Gets the collection of row values mapped to the corresponding columns.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected IDictionary<DataColumn, Object> Values { get; }
Protected ReadOnly Property Values As IDictionary(Of DataColumn, Object)
Get
Property Value
Type:
IDictionaryDataColumn,
ObjectRemarks See Also