AutoFilterPopup Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : AutoFilterPopup Class

The AutoFilterPopup class represents the popup that contains the AutoFilterControl, which is displayed in a column-manager cell to allow its associated column to be automatically filtered. This feature is available only in the Professional Edition

Syntax

Visual Basic (Declaration) 
Public Class AutoFilterPopup 
   Inherits Popup
   Implements ISupportInitializeIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource 

Remarks

The AutoFilterPopup will not close when a click is detected inside its child items but will close when a click occurs outside the popup or a grid.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Primitives.Popup
                     Xceed.Wpf.DataGrid.AutoFilterPopup

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also