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

DiagramDataBindingControllerBase.ClearExistingItems Property

Specifies whether to remove existing items before generating a diagram from the data source.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ClearExistingItems { get; set; }

Property Value

Type Description
Boolean

true to remove existing items before generating a diagram from the data source; otherwise, false.

See Also