Skip to main content

TreeListColumnEditFormSettings.CaptionLocation Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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:

Object Type Path to CaptionLocation
TreeListDataColumn
.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