TreeListColumnEditFormSettings.CaptionLocation Property
In This Article
Gets or sets the location of the edit cell’s caption.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TreeListColumnEditCaptionLocation.Near)]
public TreeListColumnEditCaptionLocation CaptionLocation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Near | A Tree |
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:
Object Type | Path to Caption |
---|---|
Tree |
|
#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