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

ChartElementModel.AllowRemove Property

Gets or sets the value indicating whether removing an element is allowed.

Namespace: DevExpress.XtraCharts.Designer

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

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

Declaration

[Browsable(false)]
public bool AllowRemove { get; set; }

Property Value

Type Description
Boolean

true if removing an element is allowed; otherwise false.

See Also