Skip to main content
All docs
V25.1
  • ITreeList.IsEditingNewRow() Method

    Returns whether a new TreeList row is being edited.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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