WinForms 和 DevExpress GridControl - 如何禁用默认面板过滤器

WinForms and DevExpress GridControl - how to disable default panel filter

我有一个用 C# 和 WinForms 编写的 VS 应用程序。我使用 DevExpress 并且我有启用了默认过滤器的网格,如下所示(输入要搜索的文本和按钮查找和清除):

使用的网格是:DevExpress.XtraGrid.GridControl 如何禁用此默认过滤器?

听起来您将 ColumnViewOptionsFind.AlwaysVisible 设置为 true,而实际上它应该是 false。

https://documentation.devexpress.com/WindowsForms/DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.AlwaysVisible.property