SplitTaskMappings.DataMember Property
In This Article
Gets or sets a specific table in a data source that contains information about split tasks.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[DefaultValue("")]
[DXCategory("Data")]
[XtraSerializableProperty]
public string DataMember { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies a table in a data source. |
See Also