Skip to main content
A newer version of this page is available. .

SunburstFlatDataAdapter.DataMember Property

Specifies the data source object’s name that provides data for the data adapter.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string DataMember { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also