dbicDayView Send comments on this topic.
AllDayBackColor Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : AllDayBackColor Property

Gets or sets the primary background color of the all day appointment section.

Syntax

Visual Basic (Declaration) 
Public Property AllDayBackColor As Color
C# 
public Color AllDayBackColor {get; set;}

Property Value

Color

Remarks

The all day appointment section is only visible when the DisplayAllDay property is set to true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also