Xceed Toolkit Plus for WPF v4.6 Documentation
Binding Property (BindingInfo)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > BindingInfo Class : Binding Property
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
public Binding Binding {get; set;}

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

Reference

BindingInfo Class
BindingInfo Members