Intersoft WebGrid Documentation
ColumnFilterType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : ColumnFilterType Enumeration






Value representing the column filter type of the WebGridColumn in the WebGrid control.

Syntax

Visual Basic (Declaration) 
Public Enum ColumnFilterType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ColumnFilterType
C# 
public enum ColumnFilterType : System.Enum 
Delphi 
public enum ColumnFilterType = class(System.Enum)
JScript 
public enum ColumnFilterType extends System.Enum
Managed Extensions for C++ 
__value public enum ColumnFilterType : public System.Enum 
C++/CLI 
public enum class ColumnFilterType : public System.Enum 

Members

MemberDescription
BetweenWebGridColumn will be filtered by the value between the FilterText.
Contain 
EqualToWebGridColumn will be filtered by the value equal to the FilterText.
GreaterThanWebGridColumn will be filtered by the value greater than the FilterText.
GreaterThanOrEqualToWebGridColumn will be filtered by the value greater than or equal to  FilterText.
IsEmptyWebGridColumn will be filtered by the value of FilterText which is empty.
IsNullWebGridColumn will be filtered by the value of FilterText which is null.
LessThanWebGridColumn will be filtered by the value less than the FilterText.
LessThanOrEqualToWebGridColumn will be filtered by the value less than or equal to the FilterText.
LikeWebGridColumn will be filtered by the value like the FilterText.
NoFilterWebGridColumn will not be filtered.
NotBetweenWebGridColumn will be filtered by the value not between the FilterText.
NotContain 
NotEqualToWebGridColumn will be filtered by the value not equal to the FilterText
NotIsEmptyWebGridColumn will be filtered by the value of FilterText which is not empty.
NotIsNullWebGridColumn will be filtered by the value of FilterText which is not null.
NotLikeWebGridColumn will be filtered by the value not like the FilterText.
NotSet 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.ColumnFilterType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.