Intersoft WebGrid Documentation
CustomFilterString Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : CustomFilterString Property






Gets or sets the custom filtering string.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.PersistLayoutAttribute(False)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the custom filtering string.")>
Public Property CustomFilterString As String
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As String
 
instance.CustomFilterString = value
 
value = instance.CustomFilterString
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.PersistLayoutAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the custom filtering string.")]
public string CustomFilterString {get; set;}
Delphi 
public read-write property CustomFilterString: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.PersistLayoutAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the custom filtering string.")
public function get,set CustomFilterString : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.PersistLayoutAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the custom filtering string.")]
public: __property string* get_CustomFilterString();
public: __property void set_CustomFilterString( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.PersistLayoutAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the custom filtering string.")]
public:
property String^ CustomFilterString {
   String^ get();
   void set (    String^ value);
}

Remarks

This property allow developers to assign additional or global filters to the DataSource instead of the built-in FilterColumns.

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.