Skip to main content

ChartDesignOptions.ShowAnyEditor Property

Indicates whether or not any dialog (Chart Wizard or Chart Designer) is automatically invoked on adding an XRChart to a report.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool ShowAnyEditor { get; }

Property Value

Type Description
Boolean

true, if the Chart Wizard or Chart Designer is invoked on adding a chart; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowAnyEditor
DesignSettings
.ChartOptions .ShowAnyEditor
See Also