TcxDataFilterValueList Properties
Represents the list of values for filter conditions.| 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. |
| 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. |
See Also