Back to Devexpress

ASPxVerticalGridDataValidationEventArgs.Errors Property

aspnet-devexpress-dot-web-dot-aspxverticalgriddatavalidationeventargs-2419e320.md

latest1.5 KB
Original Source

ASPxVerticalGridDataValidationEventArgs.Errors Property

Gets a collection of record errors.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Dictionary<VerticalGridDataRow, string> Errors { get; }
vb
Public ReadOnly Property Errors As Dictionary(Of VerticalGridDataRow, String)

Property Value

TypeDescription
Dictionary<VerticalGridDataRow, String>

A System.Collections.Generic.Dictionary object that is the collection of record errors.

|

Remarks

The Errors property provides a collection of keys and values. Keys are rows. Values are error descriptions.

See Also

ASPxVerticalGridDataValidationEventArgs Class

ASPxVerticalGridDataValidationEventArgs Members

DevExpress.Web Namespace