Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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