Gets the Status object specified by the appointment status type. For custom statuses returns the first occurrence. If there is no such Status object in the collection, returns null.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Status this[
	StatusTypeEnum type
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	type As StatusTypeEnum _
) As Status
	Get

Return Value

The Status object.

See Also