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

RadGroupBoxHeader Font

1 Answer 123 Views
GroupBox
This is a migrated thread and some comments may be shown as answers.
PBrilliant
Top achievements
Rank 1
PBrilliant asked on 14 Mar 2013, 12:40 PM
How can I change font of radgroupboxheader programmatically?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 19 Mar 2013, 10:17 AM
Hello,

Thank you for writing.

Here is how you can set the font of the header in RadGroupBox:
radGroupBox1.GroupBoxElement.Header.Font = new Font("Arial", 15);

I hope this helps.
 

All the best,
Stefan
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
GroupBox
Asked by
PBrilliant
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or