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

ASPxDiagram.NodeDataSource Property

Specifies the object from which the ASPxDiagram control retrieves information about nodes.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v19.2.dll

Declaration

[DefaultValue(null)]
public virtual object NodeDataSource { get; set; }

Property Value

Type Default Description
Object *null*

The data source object.

Remarks

Use the Mappings.Node property to specify node mapping properties.

Note

When you bind the ASPxDiagram control to a data source, ensure that the KeyValue property is specified.

See Also