Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
Dim tabCtrl As DevExpress.XtraTab.XtraTabControl = New DevExpress.XtraTab.XtraTabControl()
me.Controls.Add(tabCtrl)
tabCtrl.TabPages.Add("Page 1")
tabCtrl.TabPages.Add("Page 2")
tabCtrl.Dock = DockStyle.Fill
Was this page helpful?
Thanks for your feedback!
How can we improve this help topic?
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.