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.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public bool ShowIcon { get; set; }

Property Value

Type Default Description
Boolean true

true if the icon should be shown; otherwise false.

See Also