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

XRChart.AutoBindingSettingsEnabled Property

OBSOLETE

The XRChart.AutoBindingSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
[DefaultValue(true)]
[Obsolete("The XRChart.AutoBindingSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")]
public bool AutoBindingSettingsEnabled { get; set; }

Property Value

Type Default
Boolean **true**
See Also