Skip to main content
All docs
V25.1
  • TreeListMappings.DataMember Property

    Gets or sets a specific list in a data source whose data is displayed by the TreeList control.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    A string value specifying a list in a data source.

    Remarks

    See the TreeList.DataMember property for more information.

    See Also