Back to Devexpress

TreeListMappings.ChildListFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-5be2c36d.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string ChildListFieldName { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
Public Property ChildListFieldName As String

Property Value

TypeDefaultDescription
StringString.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

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace