ASPxDiagram.EdgeDataMember Property
Specifies the data source member that supplies data to the diagram edges.
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 EdgeDataSource or EdgeDataSourceID property refers to a data source that contains several data tables or lists, use the EdgeDataMember property to specify the name of the target table/list.
See Also