Class GridDataExcelLikeFilterPane
Inheritance
Implements
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 |
---|
System.Windows.RoutedEvent |
AdvanceFilteringOptionVisibilityProperty
Declaration
public static readonly DependencyProperty AdvanceFilteringOptionVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
AscendingSortStringProperty
Declaration
public static readonly DependencyProperty AscendingSortStringProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ClearFilterEnableProperty
Declaration
public static readonly DependencyProperty ClearFilterEnableProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ClearFilterVisibilityProperty
Declaration
public static readonly DependencyProperty ClearFilterVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ClearMenuItemClickEvent
Raise when click Clear MenuItem
Declaration
public static readonly RoutedEvent ClearMenuItemClickEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
ColumnNameProperty
Declaration
public static readonly DependencyProperty ColumnNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ColumnTypeProperty
Declaration
public static readonly DependencyProperty ColumnTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
DescendingSortStringProperty
Declaration
public static readonly DependencyProperty DescendingSortStringProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExcelLikeFilterAdvVisibilityProperty
Declaration
public static readonly DependencyProperty ExcelLikeFilterAdvVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeightProperty
Dependency property Registration for Height
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsOpenProperty
Dependency property Registration for IsOpen
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ItemsSourceProperty
Dependency property Registration for ItemsSource
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ItemsTemplateProperty
Dependency Property Registeration for ItemsTemplate
Declaration
public static readonly DependencyProperty ItemsTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OkButtonClickEvent
Raise when clicking OK button in the ExcelLikeFilter Pane.
Declaration
public static readonly RoutedEvent OkButtonClickEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
OkCancelButtonVisibilityProperty
Declaration
public static readonly DependencyProperty OkCancelButtonVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OnFilterElementChangedEvent
Declaration
public static readonly RoutedEvent OnFilterElementChangedEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
PopupOpenedEvent
Routed Event for PopupOpened.
Declaration
public static readonly RoutedEvent PopupOpenedEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
ResizingOptionVisibilityProperty
Declaration
public static readonly DependencyProperty ResizingOptionVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SearchOptionVisibilityProperty
Declaration
public static readonly DependencyProperty SearchOptionVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectAllCheckBoxCheckedEvent
Declaration
public static readonly RoutedEvent SelectAllCheckBoxCheckedEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
SelectAllUnCheckBoxCheckedEvent
Declaration
public static readonly RoutedEvent SelectAllUnCheckBoxCheckedEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SortMenuItemClickEvent
Raise when click SortMenuItem in ExcelLikeFilter pane.
Declaration
public static readonly RoutedEvent SortMenuItemClickEvent
Field Value
Type |
---|
System.Windows.RoutedEvent |
SortOptionVisibilityProperty
Declaration
public static readonly DependencyProperty SortOptionVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SortOrderProperty
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StaysOpenProperty
Declaration
public static readonly DependencyProperty StaysOpenProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
WidthProperty
Dependency property Registration for Width
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
Type |
---|
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 |
|
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 |
|
ClearFilterVisibility
Gets or sets a value indicating whether [clear filter visibility].
Declaration
public bool ClearFilterVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
|
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 |
|
Height
Gets or sets the suggested height of the element.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
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 |
|
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 |
---|
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 |
|
ResizingOptionVisibility
Gets or sets a value indicating whether [resizing option visibility].
Declaration
public bool ResizingOptionVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SearchOptionVisibility
Declaration
public bool SearchOptionVisibility { get; set; }
Property Value
Type |
---|
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 |
|
SortOrder
Declaration
public string SortOrder { get; set; }
Property Value
Type |
---|
System.String |
StaysOpen
Gets or sets a value indicating whether [stays open].
Declaration
public bool StaysOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Width
Gets or sets the width of the element.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
CanExceCute(Object)
Declaration
public bool CanExceCute(object param)
Parameters
Type | Name | Description |
---|---|---|
System.Object | param |
Returns
Type |
---|
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
ClearMenuItemClick
Occurs when [clear menu item click].
Declaration
public event ClearMenuItemClickEventHandler ClearMenuItemClick
Event Type
OkButtonClick
Occurs when [ok button click].
Declaration
public event OkButtonClickEventHandler OkButtonClick
Event Type
OnFilterElementChanged
Occurs when [on filter element changed].
Declaration
public event OnFilterElementPropertyChangedEventHandler OnFilterElementChanged
Event Type
PopupOpened
Occurs when [popup opened].
Declaration
public event PopupOpenedEventHandler PopupOpened
Event Type
SelectAllCheckBoxChecked
Occurs when [select all check box checked].
Declaration
public event SelectAllCheckBoxCheckedEventHandler SelectAllCheckBoxChecked
Event Type
SelectAllUnCheckBoxChecked
Declaration
public event SelectAllCheckBoxUnCheckedEventHandler SelectAllUnCheckBoxChecked
Event Type
SortMenuItemClick
Occurs when [sort menu item click]. ///
Declaration
public event SortMenuItemClickEventHandler SortMenuItemClick