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.v24.1.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