DataGridTextColumn.MaxLength?
如何设置 DataGridTextColumn 的 MaxLength 属性?
How do I set the MaxLength property of the DataGridTextColumn?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何设置 DataGridTextColumn 的 MaxLength 属性?
How do I set the MaxLength property of the DataGridTextColumn?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您还可以使用以下行为来设置它,这样您就不必每次都使用样式和设置器:
用法:
You could also set it using the following behavior so you don't have to use a style and setters each time:
Usage:
如果所有列之间有共享样式,并且您想向其中一个或多个列添加附加样式,则可以使用 Style.BasedOn 属性:
If you have a shared style among all columns, and you would like to add an additional style to one or more of those, you could use the Style.BasedOn Property: