Hi,
I used my own UserControl (Editing and Rendering) in UltraContainerControl. This UserControl contains 1 UltraLabel, 1 UltraTextEditor.
I would like to know how can I display the value of UltraLabel in my UltraToolTipManager...
I used MouseEnterElement event on my grid, but I would like to know how can I access to my UltraLabel of my UserControl in my UltraContainerControl.
if (__activeCell.Column.Key.Equals(SBLAB.ResultMaster.AnalysisResult.Name)){ if (e.Element is CellUIElement && ???) { ..... }
}
Thanks a lot !
Hello Booorf,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
Thanks for your reply.
This is exactly what I was looking for...
Thanks