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

How to change 'Visibility' programmatically

1 Answer 174 Views
RichTextBox (obsolete as of Q3 2014 SP1)
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 03 Aug 2011, 10:50 PM
Hi,
 You have introduced a new property called 'Visibility.' How do you change that value programmatically? I would like to change it: lets say from initially 'Hidden' to 'Visible' in code.

Thank you,
Karl

1 Answer, 1 is accepted

Sort by
0
Accepted
Boryana
Telerik team
answered on 09 Aug 2011, 09:40 AM
Hello Karl Golling,

Thank you for writing.

In general, you can change the Visibility property in the following way:
element.Visibility = Telerik.WinControls.ElementVisibility.Hidden;

If this does not help, please provide more details about your scenario. Let me know if I can assist you further. 

Best wishes,
Boryana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
RichTextBox (obsolete as of Q3 2014 SP1)
Asked by
Karl
Top achievements
Rank 1
Answers by
Boryana
Telerik team
Share this question
or