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
290
Set field tooltip through code-behind
posted

Hello, 

Is there a way to set the tooltip of a XamDataGrid Field to it's own value? Something like, 

Me.Grid.FieldLayouts(0).Fields("Description").Tooltip = Me.Grid.FieldLayouts(0).Fields("Description").Value

I want to do this in a function where I am passing Field as a parameter.

Thanks,

Mansi

Parents Reply Children