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

The date related to the change of the view.

Syntax

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

Property Value

DateTime

Remarks

The Day value will always be 1, however the Month and Year portion of the date will change as the user navigates through the ExtendedView.
When looking at the ExtendedView, this date will be relative to the highlighted section of the current display of the ExtendedView.

Requirements

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

See Also