Back to Devexpress

ASPxDataValidationEventArgs.IsNewRow Property

aspnet-devexpress-dot-web-dot-data-dot-aspxdatavalidationeventargs-fd8bd850.md

latest1.0 KB
Original Source

ASPxDataValidationEventArgs.IsNewRow Property

Gets whether the processed row is new.

Namespace : DevExpress.Web.Data

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool IsNewRow { get; }
vb
Public ReadOnly Property IsNewRow As Boolean

Property Value

TypeDescription
Boolean

true if the row is new; otherwise, false.

|

See Also

ASPxDataValidationEventArgs Class

ASPxDataValidationEventArgs Members

DevExpress.Web.Data Namespace