Gets the tag field by field name.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public string this[
	string field
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	field As String _
) As String
	Get
Visual C++
public:
property String^ default[String^ field] {
	String^ get (String^ field);
}

Parameters

field
Type: System..::..String

Return Value

See Also