Back to Devexpress

Member Table: Filtering

aspnet-3754-components-grid-view-member-tables-member-table-filtering.md

latest2.7 KB
Original Source

Member Table: Filtering

  • Nov 12, 2021

Server

MemberDescription
ASPxGridViewSettings.ShowFilterRowSpecifies whether the filter row is displayed.
GridViewDataColumnSettings.AllowAutoFilterSpecifies whether users can filter data by the column’s values.
GridViewDataColumnSettings.AutoFilterConditionSpecifies the type of the comparison operator used to create filter conditions for the current column.
GridDataColumnSettings.FilterModeSpecifies how column values are filtered.
GridViewDataColumn.AutoFilterByApplies a filter to the column.
ASPxGridView.AutoFilterByColumnApplies a filter to the specified data column.
ASPxGridBase.FilterExpressionSpecifies the filter criterion that is applied to the ASPxGridView.
GridViewDataColumn.FilterExpressionGets the column’s filter expression.
GridViewStyles.FilterRowGets the style settings used to paint the Filter Row.
GridViewStyles.FilterCellGets the style settings used to paint cells within the Filter Row.
GridViewDataColumn.FilterCellStyleGets the style settings used to paint a cell within the Filter Row that corresponds to the current data column.
ASPxGridView.AutoFilterCellEditorCreateEnables you to assign editors to individual filter row cells.
ASPxGridView.AutoFilterCellEditorInitializeEnables the cell editors displayed within the auto filter row cells to be initialized.

Client

MemberDescription
ASPxClientGridView.AutoFilterByColumnApplies a filter to the specified data column.
ASPxClientGridView.ClearFilterClears the filter expression applied to a client ASPxGridView.