Back to Devexpress

Filter Row

aspnet-119597-components-tree-list-visual-elements-filter-row.md

latest2.0 KB
Original Source

Filter Row

  • Dec 17, 2020

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.

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

CharacteristicsMembers
VisibilityTreeListSettings.ShowFilterRow, TreeListSettings.ShowFilterRowMenu
StyleTreeListStyles.FilterRow, TreeListStyles.FilterCell, TreeListDataColumn.FilterCellStyle, TreeListStyles.FilterRowMenu, TreeListStyles.FilterRowMenuItem
ModeTreeListSettingsBehavior.FilterRowMode
TemplateTreeListTemplates.FilterRow, TreeListTemplates.FilterCell

See Also

Filter Row