Class RowFilterSettings

RowFilterSettings class

Summary description for RowFilter.

public class RowFilterSettings : IComparer

Properties

NameDescription
Criteria { get; set; }The filter criteria string.
EnableAutoFilter { get; set; }Enables auto filtering. The HeaderRow will display dropdown buttons to let user select the column’s value to be filtered.
EndCol { get; set; }The end col number of the filter range.
HeaderRow { get; set; }The header row number which will display filter dropdown buttons.
StartCol { get; set; }The start col number of the filter range.

Methods

NameDescription
Compare(object, object)internal uses only.
CustomRows(int, GridFilterOperatorType, object)Filters a list with a custom criteria.
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)Filters a list with a custom criteria.
FilterRows(int, string)Filters rows using criteria string.
FilterTop10(int, bool, bool, int)
ShowAll()Unhide all rows.

See Also