Skip to main content
All docs
V23.2

GridValidateRowDeletionEventArgs.Result Property

Gets or sets information about the error (its type and description).

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ValidationErrorInfo Result { get; set; }

Property Value

Type Description
ValidationErrorInfo

Information about the error (its type and description).

See Also