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

In This Topic
    PaletteColor Property (ScheduleGroupItem)
    In This Topic
    Gets or sets the System.Drawing.Color value determining palette which should be used to display the ScheduleGroupItem object.
    Syntax
    'Declaration
     
    Public Property PaletteColor As System.Drawing.Color
    public System.Drawing.Color PaletteColor {get; set;}
    See Also