Skip to main content
A newer version of this page is available. .

ChartDesigner.ShowIcon Property

Gets or sets the value indicating whether the Designer form icon should be shown.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[DefaultValue(true)]
public bool ShowIcon { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the icon should be shown; otherwise false.

See Also