Spread for ASP.NET 12 Product Documentation
CustomFilterOperatorType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : CustomFilterOperatorType Enumeration
Specifies the operator for custom filtering.
Syntax
'Declaration
 
Public Enum CustomFilterOperatorType 
   Inherits System.Enum
'Usage
 
Dim instance As CustomFilterOperatorType
public enum CustomFilterOperatorType : System.Enum 
Members
MemberDescription
EqualShows results which are equal to the criteria.
GreaterThanShows results which are greater than the criteria.
GreaterThanOrEqualShows results which are greater than or equal to the criteria.
LessThanShows results which are less than the criteria.
LessThanOrEqualShows results which are less than or equal to the criteria.
NotEqualShows results which are not equal to the criteria.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.CustomFilterOperatorType

See Also

Reference

FarPoint.Web.Spread Namespace