Skip to main content
All docs
V25.1
  • GridValidateRowDeletionEventArgs.Result Property

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

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.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