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

Hide tab group.

1 Answer 44 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 09 Jul 2013, 09:12 AM
Hi telerik folks

From server side code, anyone please show how to hide a contextual tab group?

Regards
Ben

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Jul 2013, 10:55 AM
Hi Ben,

If you need to hide the contextual tab from server side code you can use the Active property of the contextual tabs as follows.

C#:
RadRibbonBar1.ContextualTabGroups[2].Active = false; //Hiding the second Contextual Tab Group.

Thanks,
Shinu.
Tags
RibbonBar
Asked by
Ben
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or