ColumnViewOptionsFilter Members
In This Article
#Constructors
Name | Description |
---|---|
Column |
Initializes a new instance of the Column |
Column |
Initializes a new instance of the Column |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the MRU feature is enabled in column filter dropdowns. |
Allow |
Gets or sets whether the Filter Editor can be used to build complex filter criteria. |
Allow |
Gets or sets whether incremental searching is supported in columns’ Regular and Checked Filter Dropdown Lists. |
Allow |
Gets or sets whether the View’s MRU (Most Recently Used) Filter List is enabled. |
Allow |
Gets or sets whether multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List. |
Column |
Gets or sets the maximum number of records that are scanned to populate column filter dropdowns with unique filter values. |
Column |
Gets or sets the default display mode of filter dropdowns for columns in the current View. |
Column |
Gets or sets the maximum number of items that regular filter dropdowns in columns, can display simultaneously. |
Default |
Gets or sets how an end-user can edit expressions in the Filter Editor and Format Rule Expression Editor. |
Filter |
Gets or sets whether filters can be created against properties that are List objects. |
Filter |
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. |
Filter |
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 Column |
Max |
Obsolete. Gets or sets the maximum number of items in a column’s filter dropdown when the items are displayed as a check list. |
MRUColumn |
Gets or sets the capacity of the MRU item lists in column filter dropdowns. |
MRUFilter |
Gets or sets the capacity of the View’s MRU (Most Recently Used) Filter List. |
MRUFilter |
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. |
Show |
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. |
Show |
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. |
Show |
Gets or sets whether to show custom function-based filters. |
Use |
Gets or sets whether the advanced custom filter dialog is used instead of the standard one. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings of the options object passed as this method’s parameter to the current object. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also