A newer version of this page is available.
Switch to the current version.
XRChart.AutoBindingSettingsEnabled Property
Obsolete. For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
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; }
<Obsolete("The XRChart.AutoBindingSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")>
<DefaultValue(True)>
<Browsable(False)>
Public Property AutoBindingSettingsEnabled As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
See Also
Feedback