Skip to main content

TcxSchedulerAgendaView.HitTest Property

Returns HitTest information about a specific point within the Agenda View displayed in the scheduling area.

Declaration

property HitTest: TcxSchedulerAgendaViewHitTest read;

Property Value

Type
TcxSchedulerAgendaViewHitTest

Remarks

Use this property to obtain the HitTest information about any point in the scheduling area while the Agenda View is active. Refer to the TcxSchedulerAgendaViewHitTest class description for additional information.

See Also