Back to Devexpress

ChartElementModel.AllowAddChild Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementmodel-b70d9ca3.md

latest1.2 KB
Original Source

ChartElementModel.AllowAddChild Property

Gets or sets the value indicating whether a child model item can be added.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public bool AllowAddChild { get; set; }
vb
<Browsable(False)>
Public Property AllowAddChild As Boolean

Property Value

TypeDescription
Boolean

true if a child can be added; otherwise false.

|

See Also

ChartElementModel Class

ChartElementModel Members

DevExpress.XtraCharts.Designer Namespace