ColumnViewOptionsFilter Properties
Provides filtering options for a View.Name | Description |
---|---|
AllowColumnMRUFilterList | Gets or sets whether the MRU feature is enabled in column filter dropdowns. |
AllowFilterEditor | Gets or sets whether the Filter Editor can be used to build complex filter criteria. |
AllowFilterIncrementalSearch | Gets or sets whether incremental searching is supported in columns’ Regular and Checked Filter Dropdown Lists. |
AllowMRUFilterList | Gets or sets whether the View’s MRU (Most Recently Used) Filter List is enabled. |
AllowMultiSelectInCheckedFilterPopup | Gets or sets whether multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List. |
ColumnFilterPopupMaxRecordsCount | Gets or sets the maximum number of records that are scanned to populate column filter dropdowns with unique filter values. |
ColumnFilterPopupMode | Gets or sets the default display mode of filter dropdowns for columns in the current View. |
ColumnFilterPopupRowCount | Gets or sets the maximum number of items that regular filter dropdowns in columns, can display simultaneously. |
DefaultFilterEditorView | Gets or sets how an end-user can edit expressions in the Filter Editor and Format Rule Expression Editor. |
FilterEditorAggregateEditing | Gets or sets whether filters can be created against properties that are List objects. |
FilterEditorAllowCustomExpressions | Gets or sets whether the Filter Editor allows you to display, create and edit custom expressions—expressions that cannot be converted to Filter Editor nodes. |
FilterEditorUseMenuForOperandsAndOperators | Gets or sets whether a menu or combobox editor is used to select operands and operators in a filter editor. This property is not supported when filters are edited in a text form (see ColumnViewOptionsFilter.DefaultFilterEditorView). |
MaxCheckedListItemCount | Obsolete. Gets or sets the maximum number of items in a column’s filter dropdown when the items are displayed as a check list. |
MRUColumnFilterListCount | Gets or sets the capacity of the MRU item lists in column filter dropdowns. |
MRUFilterListCount | Gets or sets the capacity of the View’s MRU (Most Recently Used) Filter List. |
MRUFilterListPopupCount | Gets or sets the maximum number of items the View’s MRU (Most Recently Used) Filter List can display at once, in effect its height. |
ShowAllTableValuesInCheckedFilterPopup | Gets or sets whether checked filter dropdown lists must display unique values from all the records in the View’s data source or only from those records that meet the current filter criteria. This option is in effect for checked filter dropdown lists. |
ShowAllTableValuesInFilterPopup | Gets or sets whether filter dropdown lists must display unique values from all the records in the View’s data source or only from those records that meet the current filter criteria. This option is in effect for regular and Excel-style Filter Dropdowns. |
ShowCustomFunctions | Gets or sets whether to show custom function-based filters. |
UseNewCustomFilterDialog | Gets or sets whether the advanced custom filter dialog is used instead of the standard one. |
See Also