Skip to main content
A newer version of this page is available. .

Filter Row

The Filter Row allows an end-user to filter data by typing text in a row. A filter condition can be applied automatically based on the entered value (if the TreeListSettingsBehavior.FilterRowMode property is set to Auto), or by clicking the Apply button (if the TreeListSettingsBehavior.FilterRowMode property is set to OnClick). The filter criteria can be selected from the drop-down filter row menu which is invoked by clicking a filter row button.

ASPxTreeList-VE-FilterRow

The table below lists the main members that affect element appearance and functionality.

Characteristics Members
Visibility TreeListSettings.ShowFilterRow, TreeListSettings.ShowFilterRowMenu
Style TreeListStyles.FilterRow, TreeListStyles.FilterCell, TreeListDataColumn.FilterCellStyle, TreeListStyles.FilterRowMenu, TreeListStyles.FilterRowMenuItem
Mode TreeListSettingsBehavior.FilterRowMode
Template TreeListTemplates.FilterRow, TreeListTemplates.FilterCell
See Also