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

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

Syntax

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

Property Value

Color

Remarks

This property is only effective when the AllDayFillType property is not equal to Solid.

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