TreeListMappings.ChildListFieldName Property
Gets or sets the name of the collection property that returns child items in a bound business object.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string ChildListFieldName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The name of the collection property that returns child items in a bound business object. |
Remarks
See TreeList.ChildListFieldName property for more information.
See Also