Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelCollection Class / Item Property / Item(Guid) Property
The key of the element to get.

In This Topic
    Item(Guid) Property
    In This Topic
    Gets the element with the specified key if any.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal key As Guid _
    ) As Label
    public Label Item( 
       Guid key
    ) {get;}

    Parameters

    key
    The key of the element to get.

    Property Value

    The element with the specified key. If an element with the specified key is not found, return null.
    See Also