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

Cargar UserPage dinamicamente en RadTabControl

1 Answer 23 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
vbocanegra
Top achievements
Rank 2
vbocanegra asked on 03 Dec 2009, 02:07 PM
Good with everyone
Is there a way in which can dynamically load the contents of a radtabitem a radtabcontrol?
I appreciate any help in this regard.

Thanks

Victor

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 04 Dec 2009, 01:46 PM
Hi vbocanegra,

Yes - you can use the Content property of the RadTabItem and to assign it to any UIElement. For example:

RadTabItem1.Content = new TextBlock(){Text="I'm a content"};

All the best,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
vbocanegra
Top achievements
Rank 2
Answers by
Valentin.Stoychev
Telerik team
Share this question
or