Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / StatusCollection Class / Item Property

In This Topic
    Item Property (StatusCollection)
    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.
    Overload List
    OverloadDescription
    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.  
    Gets the element with the specified key if any. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    See Also