Skip to main content
All docs
V23.2

SplitTaskMappings.DataMember Property

Gets or sets a specific table in a data source that contains information about split tasks.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies a table in a data source.

See Also