I am trying to build a wizard with the UltraTabControl. Moving next and previous is easy and going to a specfic tab is easy as well however how do I tell what the current tab is????
UltraTablControl1.SelectedTab returns nothing.
Also, it would be nice if you had an example project for a wizard interface, the tab control has a style of wizard and I am sure that this is something you intend the control to be used for.
The SelectedTab should not be null. It may be a bug. I would recommend submitting it to the support group: http://ko.infragistics.com/gethelp.
As for the sample, you can submit a request for a sample like this here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
I had overloaded the selectedTab with my own custom method. Anyway, it is working now, thanks!