Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridDataValidationEventArgs.Errors Property

Gets a collection of record errors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Dictionary<VerticalGridDataRow, string> Errors { get; }

Property Value

Type Description
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