Back to Devexpress

DiagramDataBindingControllerBase.ClearExistingItems Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontrollerbase-9a3ffc40.md

latest1.4 KB
Original Source

DiagramDataBindingControllerBase.ClearExistingItems Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ClearExistingItems { get; set; }
vb
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property ClearExistingItems As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DiagramDataBindingControllerBase Class

DiagramDataBindingControllerBase Members

DevExpress.XtraDiagram Namespace