Skip to main content
A newer version of this page is available. .

ChartControl.DataBindings Property

Overrides the DataBindings property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.UI.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public object DataBindings { get; set; }

Property Value

Type Default Description
Object *null*

A Object value. Always returns null (Nothing in Visual Basic).

Remarks

This property is intended to hide the corresponding property of the Control class.

See Also