IcxFilterControl.GetCriteria Method
Returns the Criteria property value.
Declaration
function GetCriteria: TcxFilterCriteria;
Returns
Type |
---|
TcxFilterCriteria |
Remarks
This method is designed to be a ‘read’ method of the Criteria property. When implemented, it returns the filter criteria object containing the applied filter conditions.
See Also