Gets or sets the String value representing the display name of the SchedulerGroupItem object. This is a dependency property.

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

Syntax

C#
public string DisplayName { get; set; }
Visual Basic
Public Property DisplayName As String
	Get
	Set

Field Value

The display name.

See Also