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.v18.2.dll

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:

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