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






Provides settings for linking to another WebCombo. Provides settings for linking to another WebCombo.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<DescriptionAttribute("Provides settings for linking to another WebCombo.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Behavior")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property LinkSettings As LinkSettings
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As LinkSettings
 
value = instance.LinkSettings
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DescriptionAttribute("Provides settings for linking to another WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Behavior")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public LinkSettings LinkSettings {get;}
Delphi 
public read-only property LinkSettings: LinkSettings; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
DescriptionAttribute("Provides settings for linking to another WebCombo.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Behavior")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
public function get LinkSettings : LinkSettings
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DescriptionAttribute("Provides settings for linking to another WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Behavior")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public: __property LinkSettings* get_LinkSettings();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DescriptionAttribute("Provides settings for linking to another WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Behavior")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public:
property LinkSettings^ LinkSettings {
   LinkSettings^ get();
}

Remarks

There are six properties in LinkSettings:

  • Enabled: This property is used to set whether the link feature should be enabled for this WebCombo instance.
  • FilterDataMember: This property is used to set the data member within the DataSource that should be used for filtering during automatic lookup.
  • ParentEmptyAction: This property is used to set the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).
  • ParentFilterMode: This property is used to set which key field of the parent WebCombo that should be used for filtering this WebCombo data.
  • ParentWebComboID: This property is used to set the parent WebCombo's ID which this instance should be linked to. 
  • SkipQueryTextField: This property is used to set a value indicating whether WebCombo should query the text based on the DataTextField. 

You can link two WebCombo simply by configuring the LinkSettings. The Linked WebCombo feature supports following scenarios: Single dependency mode, Multiple dependency mode, Combined dependency mode, and Unbound mode. For more information you can read Linked WebCombo.

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.