WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataExcelLikeFilterPane - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataExcelLikeFilterPane

    Inheritance
    System.Object
    GridDataExcelLikeFilterPane
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataExcelLikeFilterPane : Control, IDisposable

    Constructors

    GridDataExcelLikeFilterPane()

    Initializes the GridDataExcelLikeFilterPane class.

    Declaration
    public GridDataExcelLikeFilterPane()

    Fields

    AdvanceFilteringOkButtonClickEvent

    Raise when Clicking OK button in the AdvanceFiltering window.

    Declaration
    public static readonly RoutedEvent AdvanceFilteringOkButtonClickEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    AdvanceFilteringOptionVisibilityProperty

    Declaration
    public static readonly DependencyProperty AdvanceFilteringOptionVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    AscendingSortStringProperty

    Declaration
    public static readonly DependencyProperty AscendingSortStringProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ClearFilterEnableProperty

    Declaration
    public static readonly DependencyProperty ClearFilterEnableProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ClearFilterVisibilityProperty

    Declaration
    public static readonly DependencyProperty ClearFilterVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ClearMenuItemClickEvent

    Raise when click Clear MenuItem

    Declaration
    public static readonly RoutedEvent ClearMenuItemClickEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    ColumnNameProperty

    Declaration
    public static readonly DependencyProperty ColumnNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ColumnTypeProperty

    Declaration
    public static readonly DependencyProperty ColumnTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DescendingSortStringProperty

    Declaration
    public static readonly DependencyProperty DescendingSortStringProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ExcelLikeFilterAdvVisibilityProperty

    Declaration
    public static readonly DependencyProperty ExcelLikeFilterAdvVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeightProperty

    Dependency property Registration for Height

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsOpenProperty

    Dependency property Registration for IsOpen

    Declaration
    public static readonly DependencyProperty IsOpenProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ItemsSourceProperty

    Dependency property Registration for ItemsSource

    Declaration
    public static readonly DependencyProperty ItemsSourceProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ItemsTemplateProperty

    Dependency Property Registeration for ItemsTemplate

    Declaration
    public static readonly DependencyProperty ItemsTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    OkButtonClickEvent

    Raise when clicking OK button in the ExcelLikeFilter Pane.

    Declaration
    public static readonly RoutedEvent OkButtonClickEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    OkCancelButtonVisibilityProperty

    Declaration
    public static readonly DependencyProperty OkCancelButtonVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    OnFilterElementChangedEvent

    Declaration
    public static readonly RoutedEvent OnFilterElementChangedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    PopupOpenedEvent

    Routed Event for PopupOpened.

    Declaration
    public static readonly RoutedEvent PopupOpenedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    ResizingOptionVisibilityProperty

    Declaration
    public static readonly DependencyProperty ResizingOptionVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SearchOptionVisibilityProperty

    Declaration
    public static readonly DependencyProperty SearchOptionVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectAllCheckBoxCheckedEvent

    Declaration
    public static readonly RoutedEvent SelectAllCheckBoxCheckedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    SelectAllUnCheckBoxCheckedEvent

    Declaration
    public static readonly RoutedEvent SelectAllUnCheckBoxCheckedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    SelectedItemProperty

    Declaration
    public static readonly DependencyProperty SelectedItemProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortMenuItemClickEvent

    Raise when click SortMenuItem in ExcelLikeFilter pane.

    Declaration
    public static readonly RoutedEvent SortMenuItemClickEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    SortOptionVisibilityProperty

    Declaration
    public static readonly DependencyProperty SortOptionVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortOrderProperty

    Declaration
    public static readonly DependencyProperty SortOrderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StaysOpenProperty

    Declaration
    public static readonly DependencyProperty StaysOpenProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    WidthProperty

    Dependency property Registration for Width

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    AdvanceFilteringOptionVisibility

    Gets or sets a value indicating whether [advance filtering option visibility].

    Declaration
    public bool AdvanceFilteringOptionVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [advance filtering option visibility]; otherwise, false.

    AscendingSortString

    Gets or sets the ascending sort string.

    Declaration
    public string AscendingSortString { get; set; }
    Property Value
    Type Description
    System.String

    The ascending sort string.

    ClearFilterEnable

    Gets or sets a value indicating whether [clear filter enable].

    Declaration
    public bool ClearFilterEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [clear filter enable]; otherwise, false.

    ClearFilterVisibility

    Gets or sets a value indicating whether [clear filter visibility].

    Declaration
    public bool ClearFilterVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [clear filter visibility]; otherwise, false.

    ClickCommand

    Gets the click command.

    Declaration
    public DelegateCommand ClickCommand { get; }
    Property Value
    Type Description
    DelegateCommand

    The click command.

    ColumnName

    Gets or sets a value indicating whether [clear filter enable].

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type Description
    System.String

    true if [clear filter enable]; otherwise, false.

    ColumnType

    Gets or sets the type of the column.

    Declaration
    public string ColumnType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the column.

    DescendingSortString

    Gets or sets the descending sort string.

    Declaration
    public string DescendingSortString { get; set; }
    Property Value
    Type Description
    System.String

    The descending sort string.

    ExcelLikeFilterAdvVisibility

    Gets or sets a value indicating whether [excel like filter adv visibility].

    Declaration
    public bool ExcelLikeFilterAdvVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [excel like filter adv visibility]; otherwise, false.

    Height

    Gets or sets the suggested height of the element.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IsOpen

    Gets or sets a value indicating whether this instance is open.

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is open; otherwise, false.

    ItemsSource

    Gets or sets the items source.

    Declaration
    public object ItemsSource { get; set; }
    Property Value
    Type Description
    System.Object

    The items source.

    ItemsTemplate

    Gets or Sets the Suggested Datatemplate of ItemsControl

    Declaration
    public DataTemplate ItemsTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    OkCancelButtonVisibility

    Gets or sets a value indicating whether [ok cancel button visibility].

    Declaration
    public bool OkCancelButtonVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [ok cancel button visibility]; otherwise, false.

    ResizingOptionVisibility

    Gets or sets a value indicating whether [resizing option visibility].

    Declaration
    public bool ResizingOptionVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [resizing option visibility]; otherwise, false.

    SearchOptionVisibility

    Declaration
    public bool SearchOptionVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    SelectedItem

    Gets or sets the selected item.

    Declaration
    public List<FilterElement> SelectedItem { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FilterElement>

    The selected item.

    SortMenuCommand

    Gets the sort menu command.

    Declaration
    public DelegateCommand<object> SortMenuCommand { get; }
    Property Value
    Type Description
    DelegateCommand<System.Object>

    The sort menu command.

    SortOptionVisibility

    Gets or sets a value indicating whether [sort option visibility].

    Declaration
    public bool SortOptionVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [sort option visibility]; otherwise, false.

    SortOrder

    Declaration
    public string SortOrder { get; set; }
    Property Value
    Type Description
    System.String

    StaysOpen

    Gets or sets a value indicating whether [stays open].

    Declaration
    public bool StaysOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [stays open]; otherwise, false.

    Width

    Gets or sets the width of the element.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    CanExceCute(Object)

    Declaration
    public bool CanExceCute(object param)
    Parameters
    Type Name Description
    System.Object param
    Returns
    Type Description
    System.Boolean

    ClickMenuItem(Object)

    Declaration
    public void ClickMenuItem(object param)
    Parameters
    Type Name Description
    System.Object param

    Dispose()

    Declaration
    public void Dispose()

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    Events

    AdvanceFilteringOkButtonClick

    Occurs when [advance filtering ok button click].

    Declaration
    public event AdvanceFilteringOkButtonClickEventHandler AdvanceFilteringOkButtonClick
    Event Type
    Type Description
    AdvanceFilteringOkButtonClickEventHandler

    ClearMenuItemClick

    Occurs when [clear menu item click].

    Declaration
    public event ClearMenuItemClickEventHandler ClearMenuItemClick
    Event Type
    Type Description
    ClearMenuItemClickEventHandler

    OkButtonClick

    Occurs when [ok button click].

    Declaration
    public event OkButtonClickEventHandler OkButtonClick
    Event Type
    Type Description
    OkButtonClickEventHandler

    OnFilterElementChanged

    Occurs when [on filter element changed].

    Declaration
    public event OnFilterElementPropertyChangedEventHandler OnFilterElementChanged
    Event Type
    Type Description
    OnFilterElementPropertyChangedEventHandler

    PopupOpened

    Occurs when [popup opened].

    Declaration
    public event PopupOpenedEventHandler PopupOpened
    Event Type
    Type Description
    PopupOpenedEventHandler

    SelectAllCheckBoxChecked

    Occurs when [select all check box checked].

    Declaration
    public event SelectAllCheckBoxCheckedEventHandler SelectAllCheckBoxChecked
    Event Type
    Type Description
    SelectAllCheckBoxCheckedEventHandler

    SelectAllUnCheckBoxChecked

    Declaration
    public event SelectAllCheckBoxUnCheckedEventHandler SelectAllUnCheckBoxChecked
    Event Type
    Type Description
    SelectAllCheckBoxUnCheckedEventHandler

    SortMenuItemClick

    Occurs when [sort menu item click]. ///

    Declaration
    public event SortMenuItemClickEventHandler SortMenuItemClick
    Event Type
    Type Description
    SortMenuItemClickEventHandler

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved