Back to Devexpress

TreeListMappings.PreviewFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-7bf02932.md

latest1.7 KB
Original Source

TreeListMappings.PreviewFieldName Property

Gets or sets the name of the field that automatically provides data for preview sections.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

The name of the field whose values are displayed in preview sections.

|

Remarks

See the TreeList.PreviewFieldName property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace