Back to Devexpress

TreeListColumnEditCaptionLocation Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-fb31b0e8.md

latest1.4 KB
Original Source

TreeListColumnEditCaptionLocation Enum

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListColumnEditCaptionLocation
vb
Public Enum TreeListColumnEditCaptionLocation

Members

NameDescription
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.

|

The following properties accept/return TreeListColumnEditCaptionLocation values:

Remarks

See Also

CaptionLocation

Tree List

DevExpress.Web.ASPxTreeList Namespace