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.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Default
Boolean true
See Also