CollectionViewSource被过滤了?
了解视图当前是否已过滤的最简单方法是什么?我想要一个clearAll类型的命令,该命令仅在有需要清除的内容时显示。
谢谢!
贝里尔
What's the easiest way to know if the view is currently filtered or not? I want a clearAll type of command that is only is displayed when there is something to clear.
Thanks!
Berryl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的方法是将视图中的项目数与源集合中的项目数进行比较。如果它们不相同,则视图将被过滤。
The best way would be to compare the count of items in the View with the count of items in the source collection. If they are not the same, the view is filtered.