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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > BindingInfo Class : PropertyName Property
Gets or sets the DataPoint property name to apply binding to.
Syntax
'Declaration
 
Public Property PropertyName As DataPointPropertyName
'Usage
 
Dim instance As BindingInfo
Dim value As DataPointPropertyName
 
instance.PropertyName = value
 
value = instance.PropertyName
public DataPointPropertyName PropertyName {get; set;}

Property Value

The DataPoint property name to apply binding to.
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