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

TreeMapFlatDataAdapter.DataMember Property

Specifies the name of an object in a data source providing data for a data adapter.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also