Gets or sets a dictionary representing custom properties and values for the current item, accessible at presentation time as custom type columns, when the key names are specified as PropertyName values for binding purposes.
The values are passed to the client side as read only item.custom{Key}Value fields accessible from the client code ({Key} gets replaced by the actual dictionary key values).
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public Dictionary<string, Object> CustomValues { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CustomValues As Dictionary(Of String, Object) |