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.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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