Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
みなさん、こんにちは。
column header captionc#を使用してdevexpressgridconrolを変更する方法。助けてください
column header caption
これは、Page_Loadイベントで次のコードを使用して実行できます。
ASPxGridView1.Columns[0].Caption = "Some Value";