Back to Devexpress

TreeListMappings.AutoFillFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-055e05d4.md

latest1.8 KB
Original Source

TreeListMappings.AutoFillFieldName Property

Gets or sets a data source field whose associated Tree List column should automatically resize to occupy all available TreeList space.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies a data source field whose associated Tree List column should automatically resize to occupy all available TreeList space.

|

Remarks

See the TreeList.AutoFillFieldName property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace