This is a migrated thread and some comments may be shown as answers.

Show/Hide Contextual Tab Group

1 Answer 46 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 04 Apr 2013, 02:17 PM
How do you hide/show a specific contextual tab in the code behind?

Michael

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 Apr 2013, 12:09 PM
Hi Michael,

If you need to hide and/or show the contextual tab from code behind you can use the Active property of the contextual tabs. For instance the following code finds the first contextual tab group by index and set ist Active property to false:
RadRibbonBar1.ContextualTabGroups[0].Active = false;

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
RibbonBar
Asked by
Michael
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or