ITreeList.EditMode Property
In This Article
Specifies how users can edit TreeList data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListEditMode.EditRow)]
TreeListEditMode EditMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Edit |
An enumeration value. |
Available values:
Name | Description |
---|---|
Edit |
The Tree |
Popup |
The Tree |
Edit |
The Tree |
Edit |
The Tree |
#Remarks
Refer to the EditMode property description for more information and an example.
See Also