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

The date row where the click took place

Syntax

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

Property Value

Integer

Remarks

The row is represented by a 0-based index value. 0 is the top most row where the first day of the month exists. The range depends on the current month and will fluctuate, however the maximum possible is 5 (indicating a month that spans 6 weeks).

Requirements

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

See Also