Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / ScheduleGroupItem Class / DisplayName Property

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

    Property Value

    The display name.
    See Also