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

TreeListOptionsEditForm.FormCaptionFormat Property

Gets or sets a custom caption of the EditFrom. You can display cell values in the caption.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the EditFrom’s caption.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FormCaptionFormat
WinForms Controls GanttControl
.OptionsEditForm.FormCaptionFormat
ResourcesTree
.OptionsEditForm.FormCaptionFormat
TreeList
.OptionsEditForm.FormCaptionFormat
Reporting XRDesignFieldList
.OptionsEditForm.FormCaptionFormat
XRDesignReportExplorer
.OptionsEditForm.FormCaptionFormat
See Also