Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, 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