ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class / Keys Property

In This Topic
    Keys Property (C1GridViewDeletedEventArgs)
    In This Topic
    Gets an ordered dictionary of key field name/value pairs for the deleted record.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As System.Collections.Specialized.IOrderedDictionary
    public System.Collections.Specialized.IOrderedDictionary Keys {get;}
    See Also