dbicDate Send comments on this topic.
TrailingDates Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : TrailingDates Property

Determines if calendar section in the control will be filled with dates outside the current month.

Syntax

Visual Basic (Declaration) 
Public Property TrailingDates As Boolean
C# 
public bool TrailingDates {get; set;}

Property Value

Boolean

Remarks

The calendar is divided into a 7x6 grid. A regular month does not fill all 42 spots. If this property is set to a value of true, the extra spots will display previous and/or next month dates as well.

 

Requirements

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

See Also