CollectionViewSource被过滤了?

发布于 2024-08-24 02:45:11 字数 84 浏览 11 评论 0原文

了解视图当前是否已过滤的最简单方法是什么?我想要一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜尕妞 2024-08-31 02:45:11

最好的方法是将视图中的项目数与源集合中的项目数进行比较。如果它们不相同,则视图将被过滤。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文