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

In This Topic
    Keys Property (C1GridViewDeleteEventArgs)
    In This Topic
    Gets a dictionary of field name/value pairs that represent the primary key of the item to delete.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As System.Collections.Specialized.IOrderedDictionary
    public System.Collections.Specialized.IOrderedDictionary Keys {get;}
    See Also