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

TreeListColumnEditCaptionLocation Enum

Lists values that specify the location of the edit cell’s caption.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public enum TreeListColumnEditCaptionLocation

Members

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.

Related API Members

The following properties accept/return TreeListColumnEditCaptionLocation values:

Remarks

The values listed by this enumeration are used to set the TreeListColumnEditFormSettings.CaptionLocation property.

EditFormCaptionLocation

See Also