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






Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup. Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property FilterDataMember As String
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As String
 
instance.FilterDataMember = value
 
value = instance.FilterDataMember
C# 
[DescriptionAttribute("Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string FilterDataMember {get; set;}
Delphi 
public read-write property FilterDataMember: String; 
JScript 
DescriptionAttribute("Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.")
EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set FilterDataMember : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_FilterDataMember();
public: __property void set_FilterDataMember( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the data member within the DataSource which should be used for filtering during automatic lookup.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebCombo.FieldTypeEditor, ISNet.WebUI.WebCombo, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=c4184ef0d326354b")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ FilterDataMember {
   String^ get();
   void set (    String^ value);
}

Remarks

You may leave this property blank to use the same field specified in parent's WebCombo value or text field. If you need to link to multiple parent WebCombo, you can leave this property blank or specify multiple filter members separated by comma, in the appropriate order of ParentWebComboID property.

You may leave this property blank to use the same field specified in parent's WebCombo value or text field. If you need to link to multiple parent WebCombo, you can leave this property blank or specify multiple filter members separated by comma, in the appropriate order of ParentWebComboID property.

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.