ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateBindingCollection Class
Members

In This Topic
    C1GridViewUpdateBindingCollection Class
    In This Topic
    Contains C1GridViewUpdateBinding objects specifying bindings used in C1GridView.Update method.
    Object Model
    C1GridViewUpdateBindingCollection Class
    Syntax
    'Declaration
     
    Public Class C1GridViewUpdateBindingCollection 
       Inherits System.Collections.CollectionBase
       Implements C1.Web.Wijmo.Controls.IC1Cloneable 
    public class C1GridViewUpdateBindingCollection : System.Collections.CollectionBase, C1.Web.Wijmo.Controls.IC1Cloneable  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.Web.Wijmo.Controls.C1GridView.C1GridViewUpdateBindingCollection

    See Also