Intersoft WebGrid Documentation
DefaultFilterType Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : DefaultFilterType Property






Syntax

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

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.