Skip to main content
A newer version of this page is available. .

TreeListMappings.PreviewFieldName Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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