Is there a way to not select a Tab in the PageView
So that when the tab open for the first time no tab is selected?
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 15 Oct 2012, 12:29 PM
Hello Denis,
Thank you for writing.
Yes, you can do that by setting the SelectedPage of RadPageView to null:
radPageView1.SelectedPage = null;
I hope this helps.
Greetings,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.