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

TcxSchedulerDateNavigatorMonthHeaderViewInfo.Owner Property

References the TcxSchedulerDateNavigatorMonthViewInfo instance which contains view data on the Date Navigator.

#Declaration

Delphi

#Property Value

Type
TcxSchedulerDateNavigatorMonthViewInfo

#Remarks

The information available through the Owner property, allows the boundaries of the Date Navigator (see the TcxSchedulerDateNavigatorMonthViewInfo.Bounds property), the month currently being drawn and its year (see the TcxSchedulerDateNavigatorMonthViewInfo.Month and TcxSchedulerDateNavigatorMonthViewInfo.Year properties), a column or row the month is located in (if a grid of the months is displayed in the Date Navigator) (see the TcxSchedulerDateNavigatorMonthViewInfo.Col and TcxSchedulerDateNavigatorMonthViewInfo.Row properties) to be determined.

See Also