I have a tab control and each tab's [x] button (far right of tab strip) behavior is to remove the tab page from the collection.
1) how do I change the [x] to an icon; and,
2) how do I override the event to provide my own functionality (example to delete the underlying object).
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 04 Sep 2013, 02:09 PM
Hi Philip,
Thank you for writing.
I assume that you are using the control in StripMode. If so, here is how to access the strip element and from there the close button:
RadPageViewStripElement stripelement = radPageView1.ViewElement as RadPageViewStripElement;
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>