Gets a property value of the original DataItem object.

Namespace: DayPilot.Web.Ui.Data
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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

Return Value

See Also