Skip to main content

TcxFilterValueList.Items Property

Provides indexed access to filter items stored in the list.

Declaration

property Items[Index: Integer]: TcxFilterValueItem read; default;

Property Value

Type Description
TcxFilterValueItem

A filter item.

Remarks

Call the Add, Delete, and Clear procedures to manage list elements.

Use the Count property to obtain the number of filter items in the list. To find a specific filter item, call the Find, FindItemByKind, or FindItemByValue function.

See Also