GridValidateRowDeletionEventArgs.Result Property
In This Article
Gets or sets information about the error (its type and description).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public ValidationErrorInfo Result { get; set; }
#Property Value
Type | Description |
---|---|
Validation |
Information about the error (its type and description). |
See Also