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 |
|
Remarks
Refer to the IsEditingNewRow() method description for more information and an example.
See Also