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

ASPxGantt.ResourcesDataMember Property

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

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

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

Property Value

Type Default Description
String String.Empty

The resources data source member.

See Also