Back to Devexpress

DiagramEdgeMappingInfo Properties

aspnet-devexpress-dot-web-dot-aspxdiagram-dot-diagramedgemappinginfo-dot-underscore-properties.md

latest2.7 KB
Original Source

DiagramEdgeMappingInfo Properties

Contains edge mapping properties.

NameDescription
FromKeySpecifies the name of a data source field that provides an edge’s start node key.
FromLineEndSpecifies the name of a data source field that provides an edge’s line start tip.
FromPointIndexSpecifies the name of a data source field that provides the start connection point’s index.
KeySpecifies the name of a data source field that provides node or edge keys. Inherited from DiagramMappingInfo.
LineTypeSpecifies the name of a data source field that provides an edge’s line type.
LockedSpecifies the name of a data source field whose values indicate whether an edge is locked.
PointsSpecifies the name of a data source field that provides an edge’s key points.
StyleSpecifies the name of a data source field that provides an edge style.
TextSpecifies the name of a data source field that provides edge texts.
TextStyleSpecifies the name of a data source field that provides an edge’s text style.
ToKeySpecifies the name of a data source field that provides an edge’s end node key.
ToLineEndSpecifies the name of a data source field that provides an edge’s line end tip.
ToPointIndexSpecifies the name of a data source field that provides an index of a shape connection point where an edge ends.
ZIndexSpecifies the name of a data source field that provides an edge’s z-index.

See Also

DiagramEdgeMappingInfo Class

DiagramEdgeMappingInfo Members

DevExpress.Web.ASPxDiagram Namespace