Interface IFilterRowRenderer
Provides the required methods for loading the Filter row cell.
Namespace: Syncfusion.WinForms.DataGrid.RowFilter
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IFilterRowRenderer
Properties
DataColumn
Gets the corresponding DataColumnBase for the given FilterRow renderer.
Declaration
DataColumnBase DataColumn { get; }
Property Value
Type |
---|
DataColumnBase |
IsDroppedDown
Gets a value indicating whether the filter options drop down is showing or not.
Declaration
bool IsDroppedDown { get; }
Property Value
Type |
---|
System.Boolean |
Methods
CloseFilterOptionPopup()
Closes the filter option pop up for the filter row cell renderer.
Declaration
void CloseFilterOptionPopup()
OnFilterRowConditionChanged(String)
Performs the filter row condition is changed for the column.
Declaration
void OnFilterRowConditionChanged(string filterRowCondition)
Parameters
Type | Name | Description |
---|---|---|
System.String | filterRowCondition | The filter condition that has been changed. |
OpenFilterOptionPopup()
Opens the filter option pop up for the cell renderer.
Declaration
void OpenFilterOptionPopup()