Skip to main content

TcxFilterValueList.MaxCount Property

Returns the maximum number of filter items in the list.

Declaration

property MaxCount: Integer read;

Property Value

Type Description
Integer

The maximum number of filter items. If the property value is 0, the list can contain any number of filter items.

Remarks

Use the Count property to identify the current number of filter items in the list.

See Also