Intersoft WebCombo Documentation
ParentFilterMode Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LinkSettings Class : ParentFilterMode Property






Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data. Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property ParentFilterMode As ParentFilterMode
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As ParentFilterMode
 
instance.ParentFilterMode = value
 
value = instance.ParentFilterMode
C# 
[DescriptionAttribute("Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public ParentFilterMode ParentFilterMode {get; set;}
Delphi 
public read-write property ParentFilterMode: ParentFilterMode; 
JScript 
DescriptionAttribute("Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set ParentFilterMode : ParentFilterMode
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property ParentFilterMode get_ParentFilterMode();
public: __property void set_ParentFilterMode( 
   ParentFilterMode value
);
C++/CLI 
[DescriptionAttribute("Gets or sets which key field of the parent WebCombo that should be used for filtering this WebCombo data.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property ParentFilterMode ParentFilterMode {
   ParentFilterMode get();
   void set (    ParentFilterMode 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

Reference

LinkSettings Class
LinkSettings Members

Concepts

Linked WebCombo

© 2012 Intersoft Solutions Corp. All Rights Reserved.