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






Gets or sets the key used to apply all filters.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the key used to apply all filters.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ApplyFiltersKey As FilterKeyMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As FilterKeyMode
 
instance.ApplyFiltersKey = value
 
value = instance.ApplyFiltersKey
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the key used to apply all filters.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public FilterKeyMode ApplyFiltersKey {get; set;}
Delphi 
public read-write property ApplyFiltersKey: FilterKeyMode; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the key used to apply all filters.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ApplyFiltersKey : FilterKeyMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the key used to apply all filters.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property FilterKeyMode get_ApplyFiltersKey();
public: __property void set_ApplyFiltersKey( 
   FilterKeyMode value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the key used to apply all filters.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property FilterKeyMode ApplyFiltersKey {
   FilterKeyMode get();
   void set (    FilterKeyMode 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.