Skip to main content

ASPxDataValidationEventArgs.IsNewRow Property

Gets whether the processed row is new.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsNewRow { get; }

#Property Value

Type Description
Boolean

true if the row is new; otherwise, false.

See Also