Skip to main content

Member Table: Filtering

Server

Member Description
TreeListSettings.ShowFilterRow Specifies the filter row’s visibility.
TreeListDataColumn.AllowAutoFilter Specifies whether end-users can filter data by the column’s values.
TreeListDataColumn.AutoFilterCondition Specifies the type of the comparison operator used to create the current column’s filter conditions.
TreeListDataColumn.FilterMode Specifies how to filter the column values.
TreeListDataColumn.AutoFilterBy Applies a filter to the column.
ASPxClientTreeList.AutoFilterByColumn Applies a filter to the specified data column.
ASPxTreeList.FilterExpression Specifies the filter criterion which is applied to the ASPxTreeList.
TreeListDataColumn.FilterExpression Gets the column’s filter expression.
TreeListStyles.FilterRow Gets the style settings used to paint the Filter Row.
TreeListStyles.FilterCell Gets the style settings used to paint cells in the Filter Row.
TreeListDataColumn.FilterCellStyle Gets the style settings used to paint a cell in the Filter Row that corresponds to the current data column.
ASPxTreeList.AutoFilterCellEditorCreate Enables you to assign editors to individual filter row cells.
ASPxTreeList.AutoFilterCellEditorInitialize Enables the cell editors displayed within the auto filter row cells to be initialized.

Client

Member Description
ASPxClientTreeList.AutoFilterByColumn Applies a filter to the specified data column.
ASPxClientTreeList.ClearFilter Clears the filter expression applied to a client ASPxTreeList.