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
3555
Get Value of ListTool SeletedItem
posted
Does anyone know why I keep getting this error?

ListTool lst =
((Infragistics.Win.UltraWinToolbars.ListTool)this.ultraToolbarsManager1.Tools["lstVersions"]);

MessageBox.Show(lst.SelectedItem.Value.ToString());



An unhandled exception of type 'System.NullReferenceException' occurred in
Market Forecaster.exe

Additional information: Object reference not set to an instance of an
object.

The value is defintely not null.