Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / SchedulerGroupItem Class / DisplayName Property

In This Topic
    DisplayName Property (SchedulerGroupItem)
    In This Topic
    Gets or sets the System.String value representing the display name of the SchedulerGroupItem object. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DisplayName As String
    public string DisplayName {get; set;}

    Property Value

    The display name.
    See Also