如何在 Windows C# 中的 DataGridView 中添加掩码文本框控件?
我想在 Windows 应用程序的 datagridview 中添加掩码文本框。
掩码文本框将保存时间值的掩码。
如何在 Windows DataGridView 中完成此操作? 有什么帮助吗?
I want to add Mask textbox in datagridview in windows application.
The mask textbox will hold the mask for time value.
How this can be done in the windows datagridview? Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很简单:只需将其添加到模板列中
您更改了...现在您说 Windows 应用程序 :D
对于 Windows 窗体,您应该 阅读本文
it is simple: just add it inside a template column
you changed... now you say Windows application :D
for Windows Forms you should read this article