ChartDesignOptions.ShowDesigner Property
Specifies whether or not the Chart Designer should be automatically invoked on adding an XRChart to a report.
Namespace: DevExpress.XtraReports.Configuration
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to invoke the Chart Designer on adding a chart; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowDesigner |
|---|---|
| DesignSettings |
|
Remarks
This setting has priority if the ChartDesignOptions.ShowDesigner property was previously defined.
See Also