Forum Discussion

bpistole's avatar
bpistole
Contributor
12 years ago

Dev Express Control support for 10.6.0.4

I am working on a project using dev express components version 10.6.0.4.



In the documentation the Supported component version: Developer Express XtraEditors ver. 7.2, 9.1.2, 9.3, 10.1, 2010.1.4, 2010.2, 2011.2, 2012.1, 2012.2.8



Is there anyway to get the vesion I'm using to work?



Thanks

2 Replies

  • Found a work around.



    tabStrip = Aliases.SuperTabStrip;

    tabStrip.SelectedTab = tabStrip.Tabs.Item(2);
  • I guess more specifically I am trying to work with the DevComponents.DotNetBar.SuperTabStrip version 10.6.0.4 but I am not able to access the individeual tab elements.