AppointmentsCollectionItem Property

Gets or sets a Appointment at particular index.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public Appointment this[
	int index
] { get; set; }

Parameters

index  Int32
Index of a Appointment to get or set.

Return Value

Appointment
Appointment at corresponding index.

Exceptions

ArgumentOutOfRangeException This exception is thrown if the provided index does not fall within the range of valid values.

See Also