TcxGridFilterValueList Members
A list of filter items that are used in a filter dropdown.Constructors
| Name | Description |
|---|---|
| Create(TcxFilterCriteria) | Creates an instance of the TcxFilterValueList object. Inherited from TcxFilterValueList. |
Properties
| Name | Description |
|---|---|
| Count | Returns the number of filter items in the list. Inherited from TcxFilterValueList. |
| Criteria | Returns the filter criteria that users can change when they select a filter item in the list. Inherited from TcxFilterValueList. |
| DataController | Specifies the object of the TcxCustomDataController class for which the current list is generated. Inherited from TcxDataFilterValueList. |
| Items | Provides indexed access to filter items stored in the list. Inherited from TcxFilterValueList. |
| MaxCount | Returns the maximum number of filter items in the list. Inherited from TcxFilterValueList. |
| SortByDisplayText | Specifies if fviValue filter items in the list are sorted by their display text. Inherited from TcxFilterValueList. |
| StartValueIndex | Returns the insert index for a new filter item. Inherited from TcxFilterValueList. |
Methods
| Name | Description |
|---|---|
| Add(TcxFilterValueItemKind,Variant,string,Boolean) | Adds a new filter item to the list. Inherited from TcxFilterValueList. |
| ApplyFilter(TcxCustomGridTableItem,Integer,TcxFilterCriteriaItemList,Boolean,Boolean) | Applies the AFilterList filter to AItem. |
| Clear | Removes all filter items from the list. Inherited from TcxFilterValueList. |
| Delete(Integer) | Deletes a filter item at the specified position in the list. Inherited from TcxFilterValueList. |
| Equals(TObject) | Inherited from TObject. |
| Find(Variant,string,Integer) | Returns the index of the first filter item with the specified value and display text. Inherited from TcxFilterValueList. |
| FindItemByKind(TcxFilterValueItemKind,Variant) | Returns the index of the first filter item with the specified type and value. Inherited from TcxFilterValueList. |
| FindItemByKind(TcxFilterValueItemKind) | Returns the index of the first filter item of the specified type. Inherited from TcxFilterValueList. |
| FindItemByValue(Variant) | Returns the index of the first filter item with the specified value. Inherited from TcxFilterValueList. |
| GetHashCode | Inherited from TObject. |
| GetIndexByCriteriaItem(TcxFilterCriteriaItem) | Returns the index of the filter item that corresponds to the specified filter criterion. Inherited from TcxFilterValueList. |
| IndexOf(TcxFilterValueItem) | Returns the index of the specified filter item in the list. Inherited from TcxFilterValueList. |
| Load(TcxCustomGridTableItem,Boolean,Boolean,Boolean) | Populates the filter list with filter items. |
| Load(Integer,Boolean,Boolean,Boolean) | Populates a list of values for filter conditions. Inherited from TcxDataFilterValueList. |
| ToString | Inherited from TObject. |
See Also