Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / EmptyGroupName Property

In This Topic
    EmptyGroupName Property (C1Schedule)
    In This Topic
    Gets or sets a System.String value used as default value for the ScheduleGroupItem.Name property. The default value is "Calendar".
    Syntax
    'Declaration
     
    Public Property EmptyGroupName As System.String
    public System.string EmptyGroupName {get; set;}
    See Also