Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / BindingInfo Class / Binding Property


Binding Property (BindingInfo)
Gets or sets the Binding object to use in binding operations for the associated DataPoint property.
Syntax
'Declaration
 
Public Property Binding As Binding
 
'Usage
 
Dim instance As BindingInfo
Dim value As Binding
 
instance.Binding = value
 
value = instance.Binding

Property Value

The Binding object to use in binding operations for the associated DataPoint property.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also