Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 移除过滤器时是否为Xtragrid触发任何事件?_C#_.net_Devexpress_Xtragrid - Fatal编程技术网

C# 移除过滤器时是否为Xtragrid触发任何事件?

C# 移除过滤器时是否为Xtragrid触发任何事件?,c#,.net,devexpress,xtragrid,C#,.net,Devexpress,Xtragrid,我有Xtragrid,当我根据某个值筛选列时,它是最适合的,但当我取消筛选时,它会剪切一些值。为了防止这种情况,我想在未过滤时使用最佳拟合。那么,是否有在取消筛选时触发的事件?找到了一个。 它被称为ColumnFilterChanged

我有Xtragrid,当我根据某个值筛选列时,它是最适合的,但当我取消筛选时,它会剪切一些值。为了防止这种情况,我想在未过滤时使用最佳拟合。那么,是否有在取消筛选时触发的事件?

找到了一个。 它被称为ColumnFilterChanged