dbicMonth Send comments on this topic.
FillType Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormat Class : FillType Property

Gets or sets the background pattern of the day format.

Syntax

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

Remarks

This property value is of type Dbi.enumFillType, indicating the background pattern of a specified date.  The primary and secondary background color are defined by the BackColor and BackColorTo properties.

Requirements

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

See Also