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
775
MouseEnterElement on UltraContainerControl in UltraGridCell
posted

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 !

Parents Reply Children
No Data