Gets the specified Resource.

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

Syntax

C#
public TimeHeader this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As TimeHeader
	Get
	Set
Visual C++
public:
property TimeHeader^ default[int index] {
	TimeHeader^ get (int index);
	void set (int index, TimeHeader^ value);
}

Parameters

index
Type: System..::..Int32
Item index

Return Value

TimeHeader at the specified position.

See Also