Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Select a time slot
posted

Hi,

How can i select a TimeSlot in UltraDayView at runTime ?

ex:

Dim umvSender As UltraDayView = CType(sender, UltraDayView)

Dim uieleMouseOver As Infragistics.Win.UIElement = umvSender.UIElement.ElementFromPoint(umvSender.PointToClient(New Point(e.X, e.Y)))

Dim _Time As TimeSlot = uieleMouseOver.GetContext(GetType(TimeSlot))

_Time.select ?????