Skip to main content

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool ShowDesigner { get; set; }

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
.ChartOptions .ShowDesigner

Remarks

This setting has priority if the ChartDesignOptions.ShowWizard property was previously defined.

See Also