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

DiagramItem.Bindings Property

Gets a collection of current diagram item’s bindings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false)]
public DiagramBindingCollection Bindings { get; }

Property Value

Type Description
DevExpress.Diagram.Core.DiagramBindingCollection

A DiagramBindingCollection object.

See Also