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

TreeListColumnEditFormSettings.CaptionLocation Property

Gets or sets the location of the edit cell’s caption.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(TreeListColumnEditCaptionLocation.Near)]
public TreeListColumnEditCaptionLocation CaptionLocation { get; set; }

Property Value

Type Default Description
TreeListColumnEditCaptionLocation **Near**

A TreeListColumnEditCaptionLocation enumeration value that specifies the caption’s location.

Available values:

Name Description
Near

The caption is displayed next to the editor.

Top

The caption is located along the top of the edit cell.

None

The caption is hidden.

Property Paths

You can access this nested property as listed below:

Show 18 property paths
Library Object Type Path to CaptionLocation
ASP.NET Controls and MVC Extensions TreeListBinaryImageColumn
.EditFormSettings .CaptionLocation
TreeListButtonEditColumn
.EditFormSettings .CaptionLocation
TreeListCheckColumn
.EditFormSettings .CaptionLocation
TreeListColorEditColumn
.EditFormSettings .CaptionLocation
TreeListComboBoxColumn
.EditFormSettings .CaptionLocation
TreeListDataColumn
.EditFormSettings .CaptionLocation
TreeListDateTimeColumn
.EditFormSettings .CaptionLocation
TreeListDropDownEditColumn
.EditFormSettings .CaptionLocation
TreeListEditDataColumn
.EditFormSettings .CaptionLocation
TreeListHyperLinkColumn
.EditFormSettings .CaptionLocation
TreeListImageColumn
.EditFormSettings .CaptionLocation
TreeListMemoColumn
.EditFormSettings .CaptionLocation
TreeListProgressBarColumn
.EditFormSettings .CaptionLocation
TreeListSpinEditColumn
.EditFormSettings .CaptionLocation
TreeListTextColumn
.EditFormSettings .CaptionLocation
TreeListTimeEditColumn
.EditFormSettings .CaptionLocation
TreeListTokenBoxColumn
.EditFormSettings .CaptionLocation
ASP.NET MVC Extensions MVCxTreeListColumn
.EditFormSettings .CaptionLocation

Remarks

An edit cell displays the name of the column to which it corresponds. Use the CaptionLocation property to specify the caption’s location.

See Also