TcxFilterCriteriaItemList.Count Property
Specifies the number of conditions (both simple and aggregate) in the current filter condition list.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the Count property to determine the number of conditions in the current list of filter conditions. Filter conditions are provided by the indexed Items property.
See Also