Skip to main content
All docs
V25.1
  • ASPxDiagram.EdgeDataMember Property

    Specifies the data source member that supplies data to the diagram edges.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue("")]
    public virtual string EdgeDataMember { get; set; }

    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