Back to Devexpress

Member Table: Filtering

aspnet-114203-components-card-view-member-tables-member-table-filtering.md

latest2.5 KB
Original Source

Member Table: Filtering

  • Dec 17, 2020

Server

MemberDescription
ASPxGridSettings.ShowFilterBarSpecifies whether the filter bar is displayed.
GridDataColumnSettings.FilterModeSpecifies how column values are filtered.
ASPxGridBase.FilterExpressionSpecifies the filter criteria that is applied to ASPxCardView.
CardViewColumn.FilterExpressionGets the column’s filter expression.
CardViewStyles.FilterBarGets the style settings used to paint the Filter Bar.
ASPxCardView.SearchPanelEditorCreateEnables you to replace the default search panel editor with a custom editor.
ASPxCardView.SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed within the search panel.
ASPxGridBase.FilterEnabledGets or sets whether the current filter is enabled.
ASPxGridBase.ShowFilterControlDisplays the Filter Control.
ASPxGridBase.HideFilterControlHides the Filter Control.
ASPxGridBase.SearchPanelFilterGets or sets the filter criteria that is applied to ASPxCardView via the search panel.

Client

MemberDescription
ASPxClientCardView.ApplyFilterApplies the specified filter expression to the grid.
ASPxClientCardView.ApplySearchPanelFilterApplies the specified search panel filter criteria to grid data.
ASPxClientCardView.ClearFilterClears the filter expression applied to a client ASPxCardView.
ASPxClientCardView.ShowFilterControlDisplays the Filter Control.
ASPxClientCardView.CloseFilterControlHides the Filter Control.