T
tbergman
Guest
You need to cast it to the proper data type. That's what the as statement is doing. appUIElement = CAST(e:Element:GetAncestor(Progress.Util.TypeHelper:GetType("Infragistics.Win.UltraWinSchedule.DayView.AppointmentUIElement")),AppointmentUIElement).
Continue reading...
Continue reading...