Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class / ToString Method

In This Topic
    ToString Method (SchedulerGroupItem)
    In This Topic
    Returns the string representation of the current SchedulerGroupItem object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The SchedulerGroupItem.DisplayName property value.
    See Also