Intersoft WebGrid Documentation
FilterType Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFilter Class : FilterType Property






Gets or sets the ColumnFilterType.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the Filter type for the column")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property FilterType As ColumnFilterType
Visual Basic (Usage)Copy Code
Dim instance As WebGridFilter
Dim value As ColumnFilterType
 
instance.FilterType = value
 
value = instance.FilterType
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Filter type for the column")]
[ISNet.Serialization.XmlSerializableAttribute()]
public ColumnFilterType FilterType {get; set;}
Delphi 
public read-write property FilterType: ColumnFilterType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the Filter type for the column")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set FilterType : ColumnFilterType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Filter type for the column")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property ColumnFilterType get_FilterType();
public: __property void set_FilterType( 
   ColumnFilterType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the Filter type for the column")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property ColumnFilterType FilterType {
   ColumnFilterType get();
   void set (    ColumnFilterType value);
}

Remarks

WebGridColumn can be filtered by numerous type, such as: EqualTo, GraeterThan, LessThan, Like, Between, NotEqualTo, NotBetween, etc.

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.