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

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

    Namespace: DevExpress.Web.ASPxDiagram

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

    NuGet Package: DevExpress.Web

    Declaration

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

    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