TcxSchedulerDateNavigatorMonthContentViewInfo.WeekBounds Property
Gets the rectangle of the week number specified by the Index parameter.
Declaration
property WeekBounds[Index: Byte]: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Use the WeekBounds property to return the coordinates of the week number’s rectangle.
The zero-based Index parameter specifies the week’s row number in the month currently being drawn.
See Also