Interface IGridDataFilterAction
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGridDataFilterAction : IDisposable
Methods
Invoke()
Implement this method in the filter pane for focusing filtering controls. This would be called when the popup is opened.
Declaration
void Invoke()
SetDataContext(GridDataFilterWrapper)
Set the DataContext of the FilteringPane with the wrapper instance value;
Declaration
void SetDataContext(GridDataFilterWrapper wrapperInstance)
Parameters
Type | Name | Description |
---|---|---|
GridDataFilterWrapper | wrapperInstance |