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

Determines whether the control will use extended navigational view to allow the user to select a date from a single dimension calendar.

Syntax

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

Property Value

Boolean

Remarks

If this is set to true and the CalendarDimension Property = (1,1) then clicking on the month header will bring up a month/year selector.

Requirements

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

See Also