Skip to main content

TreeListColumnEditCaptionLocation Enum

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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

EditFormCaptionLocation

See Also