Skip to main content

ChartDesigner.ShowIcon Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public bool ShowIcon { get; set; }

Property Value

Type Default Description
Boolean true

true if the icon should be shown; otherwise false.

See Also