Back to Devexpress

DiagramNodeMappingInfo Properties

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

latest2.7 KB
Original Source

DiagramNodeMappingInfo Properties

Contains node mapping properties.

NameDescription
ContainerKeySpecifies the name of a data source field that provides the key of a shape’s parent container shape.
HeightSpecifies the name of a data source field that provides a node’s height.
ImageUrlSpecifies the name of a data source field that provides the URL of a shape’s image.
KeySpecifies the name of a data source field that provides node or edge keys. Inherited from DiagramMappingInfo.
LeftSpecifies the name of a data source field that provides the x-coordinate of a node’s left border.
LockedSpecifies the name of a data source field whose values indicate whether a node is locked.
ParentKeySpecifies the name of a data source field that provides a parent node key for a node.
StyleSpecifies the name of a data source field that provides a node style.
TextSpecifies the name of a data source field that provides node texts.
TextStyleSpecifies the name of a data source field that provides a node’s text style.
TopSpecifies the name of a data source field that provides the y-coordinate of a node’s top border.
TypeSpecifies the name of a data source field that provides the shape type for a node.
WidthSpecifies the name of a data source field that provides a node’s width.
ZIndexSpecifies the name of a data source field that provides a node’s z-index.

See Also

DiagramNodeMappingInfo Class

DiagramNodeMappingInfo Members

DevExpress.Web.ASPxDiagram Namespace