Skip to main content

TreeListMappings.PreviewFieldName Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Default Description
String String.Empty

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

Remarks

See the TreeList.PreviewFieldName property for more information.

See Also