Returns the string representation of the current SchedulerGroupItem object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String

Return Value

The DisplayName property value.

See Also