Skip to main content

TcxSchedulerDateNavigatorMonthHeaderViewInfo.Owner Property

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

Declaration

property Owner: TcxSchedulerDateNavigatorMonthViewInfo read;

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