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

DiagramDataBindingBehaviorBase.ConnectorTemplate Property

Gets or sets a template that defines the presentation of connectors. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public DataTemplate ConnectorTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that represents the template which defines the presentation of connectors.

See Also