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

Gets or sets the background pattern of the all day appointment section.

Syntax

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

Property Value

enumFillType

Remarks

The AllDayBackColor and AllDayBackColorTo properties are used to define the primary and secondary background colors.

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