Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / EmptyGroupName Property

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