Back to Devexpress

TreeListMappings.DataMember Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-74e9b0e5.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue("")]
public string DataMember { get; set; }
vb
<DefaultValue("")>
Public Property DataMember As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value specifying a list in a data source.

|

Remarks

See the TreeList.DataMember property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace