Skip to main content
All docs
V24.2

ITreeList.IsEditingNewRow() Method

Returns whether a new TreeList row is being edited.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool IsEditingNewRow()

Returns

Type Description
Boolean

true if a new row is being edited; false if an existing row is being edited.

Remarks

Refer to the IsEditingNewRow() method description for more information and an example.

See Also