Gets a property value of the original DataItem object.
Namespace: DayPilot.Web.Mvc.DataAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public Object this[ string property ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ property As String _ ) As Object Get |
| Visual C++ |
|---|
public: property Object^ default[String^ property] { Object^ get (String^ property); } |
Parameters
- property
- Type: System..::..String