Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDateNavigatorMonthViewInfo.Row Property

Gets the zero-based number of the row that the current month is drawn in.

#Declaration

Delphi
property Row: Integer read;

#Property Value

Type
Integer

#Remarks

A count of the rows depends upon the number of months which are displayed vertically in the Date Navigator pane.

Use the Row property to return the number of the row that the current month resides in.

See Also