Skip to main content
A newer version of this page is available. .

ASPxGantt.TasksDataMember Property

Gets or sets the data source member which supplies tasks data to the gantt.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

[DefaultValue("")]
public virtual string TasksDataMember { get; set; }

Property Value

Type Default Description
String String.Empty

The tasks data source member.

See Also