IcxFilterControl.Count Property
Designed to get the number of filter items.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
When implemented, the Count property should return the total number of filter items. For instance, a grid table view object (the TcxGridTableView type) implements this property to obtain the number of all the columns available for filtering.
The GetCount method should be implemented to provide correct functioning of the Count property.
See Also