Skip to main content

TcxSchedulerDateNavigatorMonthHeaderViewInfo.Neighbors Property

Gets the positions of adjacent months relative to the month which is currently being drawn.

Declaration

property Neighbors: TcxNeighbors read;

Property Value

Type
TcxNeighbors

Remarks

Use the Neighbors property to return the positions of adjacent months.

Note

if only one month is displayed in the Date Navigator, then an empty enumeration will be returned.

See Also