Skip to main content
A newer version of this page is available. .

ColumnViewOptionsFilter Members

Provides filtering options for a View.

Constructors

Name Description
ColumnViewOptionsFilter() Initializes a new instance of the ColumnViewOptionsFilter class.

Properties

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.
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.

Methods

Name Description
Assign(BaseOptions) Copies all the settings of the options object passed as this method’s parameter to the current object.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from BaseOptions.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also