开发者

Dev Express Grid control auto filter customization

开发者 https://www.devze.com 2023-02-20 06:08 出处:网络
How can I customize Dev Express Grid control\'s (win f开发者_JAVA百科orms) auto filter text. For example, how can I change \"equals\" text to \"MyEqualsText\"Are you trying to localize the text? If

How can I customize Dev Express Grid control's (win f开发者_JAVA百科orms) auto filter text.

For example, how can I change "equals" text to "MyEqualsText"


Are you trying to localize the text? If so, this is the official way to do it.


 ASPxGridView1.Columns[i].Caption="New Name";
0

精彩评论

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