QuickOPC User's Guide and Reference
SetBindingBag Class
Members 



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.LiveBinding Namespace : SetBindingBag Class
Provides extension for setting BindingBag of BindingExtender.
Object Model
SetBindingBag ClassBindingCollection ClassIAbstractBinding InterfaceBindingCollection ClassIAbstractBinding Interface
Syntax
'Declaration
 
<ContentPropertyAttribute("Value")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)>
<CLSCompliantAttribute(True)>
Public Class SetBindingBag 
   Inherits OpcLabs.BaseLib.Presentation.ComponentModel.SetExtendedProperty
   Implements System.ComponentModel.ISupportInitialize, System.ICloneable 
'Usage
 
Dim instance As SetBindingBag
[ContentProperty("Value")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[CLSCompliant(true)]
public class SetBindingBag : OpcLabs.BaseLib.Presentation.ComponentModel.SetExtendedProperty, System.ComponentModel.ISupportInitialize, System.ICloneable  
[ContentProperty("Value")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[CLSCompliant(true)]
public ref class SetBindingBag : public OpcLabs.BaseLib.Presentation.ComponentModel.SetExtendedProperty, System.ComponentModel.ISupportInitialize, System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Presentation.ComponentModel.ComponentExtension
      OpcLabs.BaseLib.Presentation.ComponentModel.SetExtendedProperty
         OpcLabs.BaseLib.Presentation.LiveBinding.SetBindingBag

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also