Back to Devexpress

GridValidateRowDeletionEventArgs.Result Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridvalidaterowdeletioneventargs-973a3a50.md

latest1.1 KB
Original Source

GridValidateRowDeletionEventArgs.Result Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ValidationErrorInfo Result { get; set; }
vb
Public Property Result As ValidationErrorInfo

Property Value

TypeDescription
ValidationErrorInfo

Information about the error (its type and description).

|

See Also

GridValidateRowDeletionEventArgs Class

GridValidateRowDeletionEventArgs Members

DevExpress.Xpf.Grid Namespace