Skip to main content
All docs
V25.1
  • SunburstFlatDataAdapter.DataMember Property

    Gets or sets the name of the sub-list or table if the data source contains more than one distinct list of data items.

    Namespace: DevExpress.Xpf.TreeMap

    Assembly: DevExpress.Xpf.TreeMap.v25.1.dll

    NuGet Package: DevExpress.Wpf.TreeMap

    Declaration

    public string DataMember { get; set; }

    Property Value

    Type Description
    String

    The name of the sub-list or table.

    Remarks

    Use the DataMember property to define a sub-list or table that is used to create Sunburst chart sectors and labels.

    See Also