ASPxDiagram.NodeDataMember Property
Specifies the data source member that supplies data to the diagram nodes.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The data source member. |
Remarks
When the NodeDataSource or NodeDataSourceID property refers to a data source that contains several data tables or lists, use the NodeDataMember property to specify the name of the target table/list.
See Also