Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / Labels Property

In This Topic
    Labels Property
    In This Topic
    Gets the LabelCollection object that contains label related information.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.Labels", "The collection of labels.")>
    Public ReadOnly Property Labels As LabelCollection
    [C1Description("Storage.Labels", "The collection of labels.")]
    public LabelCollection Labels {get;}
    See Also