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

TreeListMappings.DataMember Property

Gets or sets a specific list in a data source whose data is displayed by the TreeList control.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying a list in a data source.

Remarks

See the TreeList.DataMember property for more information.

See Also