Back to Devexpress

ASPxGridDataValidationEventArgs.Keys Property

aspnet-devexpress-dot-web-dot-aspxgriddatavalidationeventargs-9db4d9c2.md

latest1.3 KB
Original Source

ASPxGridDataValidationEventArgs.Keys Property

Gets a dictionary of field name/value pairs that represent the primary key of the data item (row, card or record) to validate.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public OrderedDictionary Keys { get; }
vb
Public ReadOnly Property Keys As OrderedDictionary

Property Value

TypeDescription
OrderedDictionary

A OrderedDictionary object that contains field name/value pairs.

|

See Also

ASPxGridDataValidationEventArgs Class

ASPxGridDataValidationEventArgs Members

DevExpress.Web Namespace