Back to Devexpress

Member Table: Filtering

aspnet-119601-components-tree-list-member-tables-member-table-filtering.md

latest2.7 KB
Original Source

Member Table: Filtering

  • Dec 17, 2020

Server

MemberDescription
TreeListSettings.ShowFilterRowSpecifies the filter row’s visibility.
TreeListDataColumn.AllowAutoFilterSpecifies whether end-users can filter data by the column’s values.
TreeListDataColumn.AutoFilterConditionSpecifies the type of the comparison operator used to create the current column’s filter conditions.
TreeListDataColumn.FilterModeSpecifies how to filter the column values.
TreeListDataColumn.AutoFilterByApplies a filter to the column.
ASPxClientTreeList.AutoFilterByColumnApplies a filter to the specified data column.
ASPxTreeList.FilterExpressionSpecifies the filter criterion which is applied to the ASPxTreeList.
TreeListDataColumn.FilterExpressionGets the column’s filter expression.
TreeListStyles.FilterRowGets the style settings used to paint the Filter Row.
TreeListStyles.FilterCellGets the style settings used to paint cells in the Filter Row.
TreeListDataColumn.FilterCellStyleGets the style settings used to paint a cell in the Filter Row that corresponds to the current data column.
ASPxTreeList.AutoFilterCellEditorCreateEnables you to assign editors to individual filter row cells.
ASPxTreeList.AutoFilterCellEditorInitializeEnables the cell editors displayed within the auto filter row cells to be initialized.

Client

MemberDescription
ASPxClientTreeList.AutoFilterByColumnApplies a filter to the specified data column.
ASPxClientTreeList.ClearFilterClears the filter expression applied to a client ASPxTreeList.