TreeListColumnEditCaptionLocation Enum
Lists values that specify the location of the edit cell’s caption.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
See Also