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






Gets or sets a value indicating whether the column filter should use the advanced expression.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Gets or sets a value indicating whether the column filter should use the advanced expression.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property UseAdvancedFilter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridFilter
Dim value As Boolean
 
instance.UseAdvancedFilter = value
 
value = instance.UseAdvancedFilter
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether the column filter should use the advanced expression.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool UseAdvancedFilter {get; set;}
Delphi 
public read-write property UseAdvancedFilter: Boolean; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Gets or sets a value indicating whether the column filter should use the advanced expression.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set UseAdvancedFilter : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether the column filter should use the advanced expression.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_UseAdvancedFilter();
public: __property void set_UseAdvancedFilter( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether the column filter should use the advanced expression.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool UseAdvancedFilter {
   bool get();
   void set (    bool 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.