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

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