Back to Devexpress

ASPxVerticalGridDataValidationEventArgs.IsNewRecord Property

aspnet-devexpress-dot-web-dot-aspxverticalgriddatavalidationeventargs-485fcb2f.md

latest1.1 KB
Original Source

ASPxVerticalGridDataValidationEventArgs.IsNewRecord Property

Gets whether the processed record is new.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
Boolean

true, if the record is new; otherwise, false.

|

See Also

ASPxVerticalGridDataValidationEventArgs Class

ASPxVerticalGridDataValidationEventArgs Members

DevExpress.Web Namespace