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

Gets or sets the number of rows to display in the control.

Syntax

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

Property Value

Integer

Remarks

This property is only valid when the ViewType Property is set to Monthly

Requirements

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

See Also