Skip to main content
Tab

ASPxVerticalGridDataValidationEventArgs.IsNewRecord Property

Gets whether the processed record is new.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsNewRecord { get; }

Property Value

Type Description
Boolean

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

See Also