A newer version of this page is available.
Switch to the current version.
XRChart.AutoLayoutSettingsEnabled Property
Obsolete. For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Obsolete("The XRChart.AutoLayoutSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
[DefaultValue(true)]
[Browsable(false)]
public bool AutoLayoutSettingsEnabled { get; set; }
<Obsolete("The XRChart.AutoLayoutSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")>
<DefaultValue(True)>
<Browsable(False)>
Public Property AutoLayoutSettingsEnabled As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
See Also
Feedback