开发者

Dev express Grid View column header size

开发者 https://www.devze.com 2023-04-06 04:51 出处:网络
Is there a property of a grid view control that can set the text size of a column h开发者_如何学编程eader?For that controll you have aHeaderStyle Porperty

Is there a property of a grid view control that can set the text size of a column h开发者_如何学编程eader?


For that controll you have a HeaderStyle Porperty

For example:

<HeaderStyle ForeColor="White" Font-Bold="True" 
              BackColor="#A55129"></HeaderStyle>

Well explained at MSDN:

Formatting the GridView


Sorry, I forgot to mention that it needs to be server side. figured it out.

Me.Grid.Columns(columName).HeaderStyle.Font.Size = 50

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号