Skip to main content
All docs
V24.2

ITreeList.IsEditingRow(Int32) Method

Returns whether the specified TreeList row is being edited.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool IsEditingRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Boolean

true if the specified row is being edited; otherwise, false.

Remarks

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

See Also