Gets or sets a dictionary representing custom properties and values for the current item.
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.Mvc.PertAssembly: DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public Dictionary<string, Object> CustomValues { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CustomValues As Dictionary(Of String, Object) |