Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / AppointmentFields Class / Item Property

In This Topic
    Item Property (AppointmentFields)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal key As System.String _
    ) As AppointmentField
    public AppointmentField this[ 
       System.string key
    ]; {get; set;}

    Parameters

    key
    See Also