Gets the specified Separator.

Namespace: DayPilot.Web.Mvc.Data
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

Parameters

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

Return Value

Separator at the specified position.

See Also