Skip to main content
A newer version of this page is available.
All docs
V18.2

WebChartControl.Enabled Property

Overrides the ASPxWebControl.Enabled property to hide it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public override bool Enabled { get; set; }

Property Value

Type Description
Boolean

Always true.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the Enabled property isn’t appropriate for the WebChartControl class.

See Also