C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / StatusCollection Class / Item Property / Item(StatusTypeEnum) Property
The StatusTypeEnum value.

In This Topic
Item(StatusTypeEnum) Property
In This Topic
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.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal type As StatusTypeEnum _
) As Status
 

Parameters

type
The StatusTypeEnum value.

Property Value

The Status object.
See Also