ITreeList.EditNewRootRowPosition Property
Specifies the position of UI elements used to create new root nodes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(TreeListEditNewRootRowPosition.Top)]
TreeListEditNewRootRowPosition EditNewRootRowPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Top | An enumeration value. |
Available values:
Name | Description |
---|---|
Top | The new item row is hidden. Once a user starts editing a new root node, the Tree |
Bottom | The new item row is hidden. Once a user starts editing a new root node, the Tree |
Fixed |
The Tree |
Last |
The Tree |
#Remarks
Refer to the EditNewRootRowPosition property description for more information and an example.