Interface IGridFilterRowCell
Provides the required functionalities that have to be used in renderers.
Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public interface IGridFilterRowCell
Properties
DataColumn
Returns the DataColumn that holds the corresponding GridCell.
Declaration
DataColumnBase DataColumn { get; }
Property Value
Type |
---|
DataColumnBase |
IsDropDownOpen
True if the FilterOptionPopup has been in Open.
Declaration
bool IsDropDownOpen { get; }
Property Value
Type |
---|
System.Boolean |
Methods
CloseFilterOptionPopup()
Close the FilterOptionPopup.
Declaration
void CloseFilterOptionPopup()
OpenFilterOptionPopup()
Opens the FilterOptionPopup.
Declaration
void OpenFilterOptionPopup()