dbicCalendar Send comments on this topic.
DisplayCalendars Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : DisplayCalendars Property

Gets or sets the number of calendars to display in an instance of the control.

Syntax

Visual Basic (Declaration) 
Public Property DisplayCalendars As Integer
C# 
public int DisplayCalendars {get; set;}

Property Value

Integer

Remarks

This property is only applied when the GroupType Property is not set to none and the appropiate collection contains multiple items.

Requirements

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

See Also