FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelFilterEditor Class
Members

In This Topic
    ExcelFilterEditor Class
    In This Topic
    Excel-style value filter editor.
    Object Model
    ExcelFilterEditor Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ExcelFilterEditor 
       Inherits C1.WPF.FlexGrid.ColumnFilterEditor
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ExcelFilterEditor : C1.WPF.FlexGrid.ColumnFilterEditor 
    Remarks

    This control inherits from the standard C1.WPF.FlexGrid.ColumnFilterEditor to modify the control appearance and to add the following functionality:

    • Filtered value list (users may show only a subset of the values present on the columns to filter on).
    • Column sorting commands (ascending, descending, clear).
    • Resizing (users can drag the bottom right corner of the editor to adjust its size.
    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
                         C1.WPF.FlexGrid.ColumnFilterEditor
                            C1.WPF.FlexGrid.ExcelFilterEditor

    See Also