문제

Hai all,

How to change devexpress gridconrol column header caption using c#. please help

도움이 되었습니까?

해결책

This can be done using the following code in the Page_Load event:

ASPxGridView1.Columns[0].Caption = "Some Value";
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top