RadDataControl。隐藏添加新逻辑操作符按钮
有没有办法隐藏添加逻辑运算符按钮?
每个过滤器描述符末尾带有三个白点的绿色
Is there a way to hide the add logical operator button?
The green one with three white dots at the end of each filter descriptor
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Blend 修改控制模板来实现您的目标。
You can modify the control template with Blend to achieve your goal.
将此属性添加到组件中
CanUserCreateCompositeFilters="False"
Adding this attribute to the component does it
CanUserCreateCompositeFilters="False"