ComponentOne Scheduler for WinForms
Item(StatusTypeEnum) Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > StatusCollection Class > Item Property : Item(StatusTypeEnum) Property
The StatusTypeEnum value.
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 Shadows ReadOnly Property Item( _
   ByVal type As StatusTypeEnum _
) As Status
public new Status Item( 
   StatusTypeEnum type
) {get;}

Parameters

type
The StatusTypeEnum value.

Property Value

The Status object.
See Also

Reference

StatusCollection Class
StatusCollection Members
Overload List