DiagramDataBindingController.ConnectorsSource Property
Gets or sets the data source for connectors.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v19.1.dll
Declaration
[DiagramCategory(DiagramCategory.Data)]
public virtual IEnumerable ConnectorsSource { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable | An IEnumerable object that provides data to the DiagramDataBindingController. |
See Also