Spread WPF Documentation
AutoFilterEditor Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : AutoFilterEditor Class
Represents a text filter editor.
Object Model
AutoFilterEditor Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="CancelButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="ItemsPresenter", Type=System.Windows.Controls.ItemsControl)>
<System.Windows.TemplatePartAttribute(Name="OKButon", Type=System.Windows.Controls.Button)>
Public Class AutoFilterEditor 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As AutoFilterEditor
[System.Windows.TemplatePart(Name="CancelButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="ItemsPresenter", Type=System.Windows.Controls.ItemsControl)]
[System.Windows.TemplatePart(Name="OKButon", Type=System.Windows.Controls.Button)]
public class AutoFilterEditor : System.Windows.Controls.Control 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     GrapeCity.Windows.SpreadSheet.UI.AutoFilterEditor

See Also

Reference

AutoFilterEditor Members
GrapeCity.Windows.SpreadSheet.UI Namespace